Mercurial > hg > xemacs-beta
diff lib-src/mmencode.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | abe6d1db359e |
children | 49316578f12d |
line wrap: on
line diff
--- a/lib-src/mmencode.c Wed Aug 08 12:15:04 2001 +0000 +++ b/lib-src/mmencode.c Mon Aug 13 04:46:48 2001 +0000 @@ -349,7 +349,7 @@ 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 */