about summary refs log tree commit diff stats
path: root/xombrero.c
diff options
context:
space:
mode:
authorMarco Peereboom <marco@conformal.com>2012-07-03 11:18:55 -0500
committerMarco Peereboom <marco@conformal.com>2012-07-03 11:18:55 -0500
commit724949f84d5304c84099206a8315df14787e172e (patch)
tree529385f910bab8c451b6b6812087a3f9c0eb6d84 /xombrero.c
parent2eb1ec6ac0091a6432ce6be5dc506d375af21650 (diff)
downloadxombrero-724949f84d5304c84099206a8315df14787e172e.tar.gz
make this work again on windows
Diffstat (limited to 'xombrero.c')
-rw-r--r--xombrero.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xombrero.c b/xombrero.c
index 583b3f2..56e09c7 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -5095,7 +5095,7 @@ download_start(struct tab *t, struct download *d, int flag)
 	const gchar		*suggested_name;
 	gchar			*filename = NULL;
 	char			*uri = NULL;
-	char			*path;
+	char			*path = NULL;
 	int			ret = TRUE;
 	int			i;