X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpost.c;h=d99da1fd627ec86ee9380d7594212699a77e3452;hb=76b51b746c95647aceff29ab178eff496843f528;hp=1f706fe53cadaa5ffeea667db9e7e1d585790ece;hpb=13f84dd50ca5754391dbd3296a5c7425f9363600;p=mmh diff --git a/uip/post.c b/uip/post.c index 1f706fe..d99da1f 100644 --- a/uip/post.c +++ b/uip/post.c @@ -1288,7 +1288,7 @@ static int find_prefix (void) { int len, result; - char buffer[BUFSIZ]; + unsigned char buffer[BUFSIZ]; FILE *in; if ((in = fopen (tmpfil, "r")) == NULL)