mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Close cmdaccess.ini file if fopen found the file... (#815)
Close file if fopen found the file...
This commit is contained in:
parent
0ccba67006
commit
0eba9b3708
@ -143,6 +143,10 @@ private:
|
|||||||
fclose(fp);
|
fclose(fp);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
fclose(fp);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
* Returns 1 if the timestamp for the file is different than the one we have loaded
|
* Returns 1 if the timestamp for the file is different than the one we have loaded
|
||||||
|
Loading…
x
Reference in New Issue
Block a user