updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / ariadne / ariadne-1.3-gcc4.patch
blob0192efd4db5e029e8be770bdaf79f06a61db560a
1 --- cl.c.old 2006-09-12 17:13:02.000000000 -0400
2 +++ cl.c 2006-09-12 17:13:34.000000000 -0400
3 @@ -658,6 +658,7 @@
4 fclose(fp);
5 if ( ! stat( filename, &buf ) )
7 + char *ctime(), *t;
8 sprintf( date, "%s", ctime(&buf.st_mtime) );
9 t = date;
10 while ( *t )