projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffa47b9
)
Changed type of a local to unsigned and removed local ncomps to suppress compile...
author
David Levine
<levinedl@acm.org>
Sun, 26 Feb 2012 16:10:35 +0000
(10:10 -0600)
committer
David Levine
<levinedl@acm.org>
Sun, 26 Feb 2012 16:10:35 +0000
(10:10 -0600)
uip/forwsbr.c
patch
|
blob
|
history
diff --git
a/uip/forwsbr.c
b/uip/forwsbr.c
index
a3bc42e
..
20879ec
100755
(executable)
--- a/
uip/forwsbr.c
+++ b/
uip/forwsbr.c
@@
-26,7
+26,8
@@
build_form (char *form, char *digest, int *dat, char *from, char *to,
char *cc, char *fcc, char *subject, char *inputfile)
{
int in;
- int i, fmtsize, ncomps, state, char_read = 0;
+ int fmtsize, state, char_read = 0;
+ unsigned i;
register char *nfs;
char *line, tmpfil[BUFSIZ], name[NAMESZ];
FILE *tmp;
@@
-46,7
+47,7
@@
build_form (char *form, char *digest, int *dat, char *from, char *to,
fmtsize = strlen (nfs) + 256;
/* Compile format string */
- ncomps = fmt_compile (nfs, &fmt);
+ (void) fmt_compile (nfs, &fmt);
/*
* Process our message and save all relevant components