Fix timestap checking bug when autoloading scripts

darcs-hash:20060214195517-ac50b-3d084f351c5d1f4f11afb4fc1c706c843de98da1.gz
This commit is contained in:
axel 2006-02-15 05:55:17 +10:00
parent f12127c775
commit 7ac922def6

View File

@ -512,7 +512,7 @@ int parse_util_load( const wchar_t *cmd,
Did we just check this?
*/
if( tm )
if(tm[1]-time(0)<=1)
if(time(0)-tm[1]<=1)
return 0;
/*