fix pl-tai

This commit is contained in:
Vitor Santos Costa
2011-03-09 13:05:03 +00:00
parent 752fa4fc53
commit 5418f55d74
78 changed files with 344 additions and 419 deletions

View File

@@ -63,6 +63,7 @@ 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;
}