mercurial/osutil.c
changeset 8597 dc1b9e22f288
parent 8330 7de68012f86e
child 8723 b4a1b9012d96
--- a/mercurial/osutil.c	Sun May 24 16:27:37 2009 +0200
+++ b/mercurial/osutil.c	Sun May 24 16:27:50 2009 +0200
@@ -402,7 +402,7 @@
 	PyObject *file_obj = NULL;
 	char *name = NULL;
 	char *mode = "rb";
-	DWORD access;
+	DWORD access = 0;
 	DWORD creation;
 	HANDLE handle;
 	int fd, flags = 0;