From 8508cf251222a557e69d261b697f788ab85dcf4e Mon Sep 17 00:00:00 2001 From: joncruz Date: Fri, 2 May 2008 06:56:15 +0000 Subject: [PATCH] Switch to alternate const correction. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 01406cc20..a48fe1f6b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -411,7 +411,7 @@ struct poptOption options[] = { }; static bool needToRecodeParams = true; -gchar const* blankParam = ""; +gchar * blankParam = g_strdup(""); #ifdef WIN32 static int _win32_set_inkscape_env(char *argv0) -- 2.30.2