summaryrefslogtreecommitdiff
path: root/pico/random.c
diff options
context:
space:
mode:
Diffstat (limited to 'pico/random.c')
-rw-r--r--pico/random.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/pico/random.c b/pico/random.c
index 4d40911a..1d1b666e 100644
--- a/pico/random.c
+++ b/pico/random.c
@@ -1,11 +1,7 @@
-#if !defined(lint) && !defined(DOS)
-static char rcsid[] = "$Id: random.c 769 2007-10-24 00:15:40Z hubert@u.washington.edu $";
-#endif
-
/*
* ========================================================================
* Copyright 2006-2007 University of Washington
- * Copyright 2013-2021 Eduardo Chappa
+ * Copyright 2013-2022 Eduardo Chappa
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -47,8 +43,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;