diff src/pager.cc @ 191:b6b4d8c513fe

[project @ 1993-10-29 23:41:39 by jwe]
author jwe
date Fri, 29 Oct 1993 23:41:39 +0000
parents 78fd87e624cb
children a99f28f5e351
line wrap: on
line diff
--- a/src/pager.cc	Fri Oct 29 20:32:05 1993 +0000
+++ b/src/pager.cc	Fri Oct 29 23:41:39 1993 +0000
@@ -36,7 +36,7 @@
 #include "pager.h"
 
 // Where we stash output headed for the screen.
-static ostrstream *pager_buf;
+static ostrstream *pager_buf = (ostrstream *) NULL;
 
 static int
 line_count (char *s)