From 37c49f02a0e237509b8b8e200d8cc0f1baa46843 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 3 Jun 2006 14:58:50 +0000 Subject: [PATCH] (main): Initialize bp, to avoid compiler warnings --- lib-src/sorted-doc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib-src/sorted-doc.c b/lib-src/sorted-doc.c index 67bddbc3304..a8b2d441f9a 100644 --- a/lib-src/sorted-doc.c +++ b/lib-src/sorted-doc.c @@ -146,6 +146,8 @@ main () setmode (fileno (stdin), O_BINARY); #endif + bp = buf; + while (1) /* process one char at a time */ { /* this char from the DOCSTR file */ -- 2.39.5