From c2ac6b3759901ecede7b22c1e9ab9f5a04ddd527 Mon Sep 17 00:00:00 2001 From: Filip Gawin Date: Tue, 12 May 2020 01:24:57 +0200 Subject: Fix linux warnings --- src/core/Zones.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/Zones.cpp') diff --git a/src/core/Zones.cpp b/src/core/Zones.cpp index 5b7519dc..4f491a49 100644 --- a/src/core/Zones.cpp +++ b/src/core/Zones.cpp @@ -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); -- cgit v1.2.3