qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] Changes to qemacs/libfbf.c


From: Charlie Gordon
Subject: [Qemacs-commit] Changes to qemacs/libfbf.c
Date: Fri, 08 Jul 2005 05:30:48 -0400

Index: qemacs/libfbf.c
diff -u qemacs/libfbf.c:1.4 qemacs/libfbf.c:1.5
--- qemacs/libfbf.c:1.4 Wed May 11 15:12:14 2005
+++ qemacs/libfbf.c     Fri Jul  8 09:30:44 2005
@@ -413,8 +413,8 @@
                          unsigned char *outbuf,
                          int w, int h)
 {
-    char *p;
-    char bitmap[WRAP * (MAXHEIGHT + MAXDIST)];
+    unsigned char *p;
+    unsigned char bitmap[WRAP * (MAXHEIGHT + MAXDIST)];
     int v, v1, x, y, b, i;
     unsigned int lbuf, w1;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]