blob: 0192efd4db5e029e8be770bdaf79f06a61db560a [file] [log] [blame]
--- cl.c.old 2006-09-12 17:13:02.000000000 -0400
+++ cl.c 2006-09-12 17:13:34.000000000 -0400
@@ -658,6 +658,7 @@
fclose(fp);
if ( ! stat( filename, &buf ) )
{
+ char *ctime(), *t;
sprintf( date, "%s", ctime(&buf.st_mtime) );
t = date;
while ( *t )