XEmacs 21.4.9 "Informed Management".
[chise/xemacs-chise.git.1] / lib-src / mmencode.c
index 96fb29b..7dcb0e6 100644 (file)
@@ -349,7 +349,7 @@ toqp(FILE *infile, FILE *outfile)
 static void
 fromqp(FILE *infile, FILE *outfile, char **boundaries, int *boundaryct) 
 {
-    unsigned int c1, c2;
+    int c1, c2;
     int sawnewline = 1, neednewline = 0;
     /* The neednewline hack is necessary because the newline leading into 
       a multipart boundary is part of the boundary, not the data */