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)
|
stock int ReadFileCell(Handle hndl, int &data, int size)
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
int array[1];
|
int array[1];
|
||||||
|
|
||||||
if ((ret = ReadFile(hndl, array, 1, size)) == 1)
|
if ((ret = ReadFile(hndl, array, 1, size)) == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user