changeset 1408:f43ccf81f20d

Fix editor_command_path_parse().
author Laurent Monin <geeqie@norz.org>
date Mon, 09 Mar 2009 19:35:53 +0000
parents 5e8c6d6813da
children 97fc99dc6d97
files src/editors.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/editors.c	Mon Mar 09 19:34:26 2009 +0000
+++ b/src/editors.c	Mon Mar 09 19:35:53 2009 +0000
@@ -570,7 +570,7 @@
 {
 	GString *string;
 	gchar *pathl;
-	const gchar *p;
+	const gchar *p = NULL;
 
 	string = g_string_new("");