fix debugging message.

This commit is contained in:
Vítor Santos Costa 2011-03-09 22:39:11 +00:00
parent 4ad0407388
commit f92f8daa6d

View File

@ -63,7 +63,6 @@ LastModifiedFile(const char *file)
if ( statfunc(OsPath(file, tmp), &buf) < 0 )
return (time_t)-1;
fprintf(stderr,"buf.st_mtime=%ld\n",buf.st_mtime);
return buf.st_mtime;
}