emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/sorted-doc.c


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lib-src/sorted-doc.c
Date: Sat, 29 Apr 2006 22:15:05 +0000

Index: emacs/lib-src/sorted-doc.c
diff -u emacs/lib-src/sorted-doc.c:1.17 emacs/lib-src/sorted-doc.c:1.18
--- emacs/lib-src/sorted-doc.c:1.17     Mon Feb  6 11:28:28 2006
+++ emacs/lib-src/sorted-doc.c  Sat Apr 29 22:15:04 2006
@@ -131,7 +131,7 @@
   register enum state state = WAITING; /* state at start */
   int cnt = 0;                 /* number of DOCSTRs read */
 
-  DOCSTR *docs;                        /* chain of allocated DOCSTRS */
+  DOCSTR *docs = NULL;          /* chain of allocated DOCSTRS */
   char buf[512];               /* line buffer */
 
   while (1)                    /* process one char at a time */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]