projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc1f54e
)
Caught by the test suite: sequences[0] needs to be initialized to NULL at the beginn...
author
David Levine
<levinedl@acm.org>
Tue, 7 Feb 2012 03:47:52 +0000
(21:47 -0600)
committer
David Levine
<levinedl@acm.org>
Tue, 7 Feb 2012 03:47:52 +0000
(21:47 -0600)
uip/new.c
patch
|
blob
|
history
diff --git
a/uip/new.c
b/uip/new.c
index
99d8528
..
752f028
100644
(file)
--- a/
uip/new.c
+++ b/
uip/new.c
@@
-408,6
+408,8
@@
main(int argc, char **argv)
char *unseen;
struct node *folder;
+ sequences[0] = NULL;
+
#ifdef LOCALE
setlocale(LC_ALL, "");
#endif