X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpost.c;h=d99da1fd627ec86ee9380d7594212699a77e3452;hp=1f706fe53cadaa5ffeea667db9e7e1d585790ece;hb=76b51b746c95647aceff29ab178eff496843f528;hpb=031871c2ede845956070da603e8494690f7beb70 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)