aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/sorted-doc.c2
1 files changed, 2 insertions, 0 deletions
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 ()
146 setmode (fileno (stdin), O_BINARY); 146 setmode (fileno (stdin), O_BINARY);
147#endif 147#endif
148 148
149 bp = buf;
150
149 while (1) /* process one char at a time */ 151 while (1) /* process one char at a time */
150 { 152 {
151 /* this char from the DOCSTR file */ 153 /* this char from the DOCSTR file */