From: Cristy Date: Thu, 23 May 2019 18:19:57 +0000 (-0400) Subject: ... X-Git-Tag: 7.0.8-47~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f956f83af156ba4d48e49c03c7a7a5b9810b2a07;p=imagemagick ... --- diff --git a/coders/mat.c b/coders/mat.c index 0c01558cb..485bd3733 100644 --- a/coders/mat.c +++ b/coders/mat.c @@ -118,9 +118,9 @@ typedef struct } MATHeader; -static const char *MonthsTab[12]={"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; -static const char *DayOfWTab[7]={"Sun","Mon","Tue","Wed","Thu","Fri","Sat"}; -static const char *OsDesc= +static const char MonthsTab[12][4] = {"Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"}; +static const char DayOfWTab[7][4] = {"Sun","Mon","Tue","Wed","Thu","Fri","Sat"}; +static const char OsDesc[] = #if defined(MAGICKCORE_WINDOWS_SUPPORT) "PCWIN"; #else