changeset 1408:1cc4ea53c9a3

Fix editor_command_path_parse().
author zas_
date Mon, 09 Mar 2009 19:35:53 +0000
parents 57421a728682
children 863ac709f6b4
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("");