plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 52bba5f01e7f57a418d28d4473387e304a47a729
parent 34d0c826bb2975dac5be0ffdd8db1e8d773bcd09
Author: rsc <devnull@localhost>
Date:   Wed, 13 Jul 2005 17:32:56 +0000

warnings

Diffstat:
Msrc/cmd/hist.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cmd/hist.c b/src/cmd/hist.c @@ -73,7 +73,7 @@ void ysearch(char *file) { char *ndump; - char fil[400], buf[500], nbuf[100], pair[2][500], *p; + char fil[400], buf[500], nbuf[100], pair[2][500]; Tm *tm; Dir *dir, *d; ulong otime, dt;