about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-07-03 11:09:04 -0500
committerMarco Peereboom <marco@conformal.com>2012-07-03 11:09:04 -0500
commit2eb1ec6ac0091a6432ce6be5dc506d375af21650 (patch)
treee15e1cf4dedb748f4feaf5e165411aefe89298ea
parentfd53921a1101cf5bde8d418b99d7dbd135e1025d (diff)
downloadxombrero-2eb1ec6ac0091a6432ce6be5dc506d375af21650.tar.gz
init path to NULL
-rw-r--r--xombrero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index ac1a57d..583b3f2 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -749,7 +749,7 @@ guess_url_type(char *url_in)
 	struct stat		sb;
 	char			*url_out = NULL, *enc_search = NULL;
 	int			i;
-	char			*cwd, *path;
+	char			*cwd, *path = NULL;
 	char			**sv;