mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Merge pull request #211 from Bara20/patch-1
Fix warning in files.inc (r=psychonic).
This commit is contained in:
commit
25859e29ca
@ -423,7 +423,7 @@ native bool WriteFileLine(Handle hndl, const char[] format, any:...);
|
||||
*/
|
||||
stock int ReadFileCell(Handle hndl, int &data, int size)
|
||||
{
|
||||
int ret;
|
||||
int ret;
|
||||
int array[1];
|
||||
|
||||
if ((ret = ReadFile(hndl, array, 1, size)) == 1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user