From 75620a594d6c7884af4703bab75ae3d0cc136d50 Mon Sep 17 00:00:00 2001 From: Edouard Charvet Date: Mon, 11 Apr 2022 09:02:59 +0200 Subject: [PATCH] replaces strcat by strcat_s to remove compiler error when using ms compiler on windows --- library/zonedetect.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/library/zonedetect.c b/library/zonedetect.c index 9265c62..37cbad9 100644 --- a/library/zonedetect.c +++ b/library/zonedetect.c @@ -1240,7 +1240,11 @@ char* ZDHelperSimpleLookupString(const ZoneDetect* library, float lat, float lon output[0] = 0; for(i=0; i