mirror of
https://github.com/halpz/re3.git
synced 2025-07-17 18:18:13 +00:00
Fix linux warnings
This commit is contained in:
@ -357,7 +357,7 @@ CTheZones::FindSmallestZonePositionILN(const CVector *v)
|
||||
}
|
||||
|
||||
int16
|
||||
CTheZones::FindZoneByLabelAndReturnIndex(char *name)
|
||||
CTheZones::FindZoneByLabelAndReturnIndex(Const char *name)
|
||||
{
|
||||
char str[8];
|
||||
memset(str, 0, 8);
|
||||
|
Reference in New Issue
Block a user