projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
031871c
)
buffer is compared with cp, and so needs to be changed to unsigned too.
author
Joel Reicher
<jjr@panacea.null.org>
Tue, 17 Apr 2007 04:53:54 +0000
(
04:53
+0000)
committer
Joel Reicher
<jjr@panacea.null.org>
Tue, 17 Apr 2007 04:53:54 +0000
(
04:53
+0000)
uip/post.c
patch
|
blob
|
history
diff --git
a/uip/post.c
b/uip/post.c
index
1f706fe
..
d99da1f
100644
(file)
--- 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)