projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e40f904
)
send: Fix uninitialied variable
author
markus schnalke
<meillo@marmaro.de>
Thu, 15 Jan 2015 20:27:09 +0000
(21:27 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Thu, 15 Jan 2015 20:27:09 +0000
(21:27 +0100)
uip/send.c
patch
|
blob
|
history
diff --git
a/uip/send.c
b/uip/send.c
index
b85963d
..
ed6b08d
100644
(file)
--- a/
uip/send.c
+++ b/
uip/send.c
@@
-678,7
+678,7
@@
anno(struct stat *st)
char *msgs, *folder;
char buf[BUFSIZ];
char *vec[MAXARGS];
- int vecp;
+ int vecp = 0;
char *cp, *dp;
if (altmsg && (stat(altmsg, &st2) == NOTOK ||