diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-05-02 06:56:15 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-05-02 06:56:15 +0000 |
| commit | 5e91165c5961ee8e14b62e1f6b7d063b254aa3c3 (patch) | |
| tree | a8d2e359033fc989547cc0f231b6042ef2131976 /src/main.cpp | |
| parent | Const cleanup on strings. (diff) | |
| download | inkscape-5e91165c5961ee8e14b62e1f6b7d063b254aa3c3.tar.gz inkscape-5e91165c5961ee8e14b62e1f6b7d063b254aa3c3.zip | |
Switch to alternate const correction.
(bzr r5578)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
