summaryrefslogtreecommitdiff
path: root/pico/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/random.c')
-rw-r--r--pico/random.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pico/random.c b/pico/random.c
index 4d40911..e26cd65 100644
--- a/pico/random.c
+++ b/pico/random.c
@@ -47,8 +47,8 @@ showcpos(int f, int n)
register int cbo;
register long nbc;
register int lines;
- register int thisline;
- char buffer[80];
+ register int thisline = 0;
+ char buffer[100];
clp = lforw(curbp->b_linep); /* Grovel the data. */
cbo = 0;