From c7f1e0a25746e04de3f3cea3b9f85a1e9840d0bb Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Thu, 15 Jun 2023 16:52:11 -0700 Subject: [PATCH] Mend a minor compiler warning --- src/tuxpaint.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index daf32ad30..e3c33a165 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -22,7 +22,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA (See COPYING.txt) - June 14, 2002 - June 13, 2023 + June 14, 2002 - June 15, 2023 */ #include "platform.h" @@ -28121,7 +28121,7 @@ static void setup_config(char *argv[]) { char * tmp_str; FcBool fontAddStatus; - const char locale_fontdir[MAX_PATH]; + char locale_fontdir[MAX_PATH]; if (strcmp(tmpcfg.tp_ui_font, "default") == 0) {