X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2Fmmencode.c;h=7dcb0e62d41b7c33ce5901f9d1130a3e9ef597f3;hb=ea6bff0429fa9def5d23bb99b936916a8ca47deb;hp=96fb29b605b2940adf7bab955f44121e4b5a6842;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git.1 diff --git a/lib-src/mmencode.c b/lib-src/mmencode.c index 96fb29b..7dcb0e6 100644 --- a/lib-src/mmencode.c +++ b/lib-src/mmencode.c @@ -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 */