mirror of
https://github.com/dashr9230/SA-MP.git
synced 2024-12-22 22:47:29 +08:00
[server] Update n_fputchar(...)
This commit is contained in:
parent
006376b50f
commit
2dbf9d9f61
@ -530,7 +530,7 @@ static cell AMX_NATIVE_CALL n_fputchar(AMX *amx, cell *params)
|
||||
} else {
|
||||
fputc((int)params[2],(FILE*)params[1]);
|
||||
} /* if */
|
||||
assert(result==0 || result==1);
|
||||
//assert(result==0 || result==1);
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user