projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9361ec8
)
Fix a buffer overrun that caused packf -mbox to mess up on
author
Dan Harkless
<dan@harkless.org>
Thu, 13 May 1999 01:13:58 +0000
(
01:13
+0000)
committer
Dan Harkless
<dan@harkless.org>
Thu, 13 May 1999 01:13:58 +0000
(
01:13
+0000)
Return-Path: lines. From Kimmo Suominen <kim@tac.nyc.ny.us>
zotnet/tws/dtime.c
patch
|
blob
|
history
diff --git
a/zotnet/tws/dtime.c
b/zotnet/tws/dtime.c
index
7e791f3
..
b4d2eec
100644
(file)
--- a/
zotnet/tws/dtime.c
+++ b/
zotnet/tws/dtime.c
@@
-247,7
+247,7
@@
dgmtime (time_t *clock)
char *
dctime (struct tws *tw)
{
- static char buffer[25];
+ static char buffer[26];
if (!tw)
return NULL;