Fix linux warnings (and build?)

Former-commit-id: 21906adfdf35e5deecb10eb286a5b09b706f20a4
This commit is contained in:
Vincent Herbet
2013-06-25 19:06:11 +02:00
parent 89b28d5a4a
commit e3a380bbe4
5 changed files with 10 additions and 10 deletions

View File

@@ -888,7 +888,7 @@ static cell AMX_NATIVE_CALL GetFileTime(AMX *amx, cell *params)
return -1;
}
time_t time_val;
time_t time_val = -1;
switch( params[2] )
{