diff options
author | Marco Peereboom <marco@conformal.com> | 2012-07-03 11:09:04 -0500 |
---|---|---|
committer | Marco Peereboom <marco@conformal.com> | 2012-07-03 11:09:04 -0500 |
commit | 2eb1ec6ac0091a6432ce6be5dc506d375af21650 (patch) | |
tree | e15e1cf4dedb748f4feaf5e165411aefe89298ea | |
parent | fd53921a1101cf5bde8d418b99d7dbd135e1025d (diff) | |
download | xombrero-2eb1ec6ac0091a6432ce6be5dc506d375af21650.tar.gz |
init path to NULL
-rw-r--r-- | xombrero.c | 2 |
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; |