diff lib-src/sorted-doc.c @ 71194:036770549c03

(main): Initialize bp, to avoid compiler warnings
author Eli Zaretskii <eliz@gnu.org>
date Sat, 03 Jun 2006 14:58:50 +0000
parents fa429804cb96
children 3d45362f1d38 a8190f7e546e
line wrap: on
line diff
--- a/lib-src/sorted-doc.c	Sat Jun 03 14:51:44 2006 +0000
+++ b/lib-src/sorted-doc.c	Sat Jun 03 14:58:50 2006 +0000
@@ -146,6 +146,8 @@
     setmode (fileno (stdin), O_BINARY);
 #endif
 
+  bp = buf;
+
   while (1)			/* process one char at a time */
     {
       /* this char from the DOCSTR file */