From: Tim Kientzle Date: Tue, 4 Aug 2009 04:08:27 +0000 (-0400) Subject: Fix a warning in Windows build, thanks to Charles Wilson. X-Git-Tag: v2.8.0~452 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55235e74a2dcab911a617550c0b93b768c818cee;p=thirdparty%2Flibarchive.git Fix a warning in Windows build, thanks to Charles Wilson. SVN-Revision: 1335 --- diff --git a/tar/test/test_windows.c b/tar/test/test_windows.c index 799b385c8..ff5e986ce 100644 --- a/tar/test/test_windows.c +++ b/tar/test/test_windows.c @@ -41,7 +41,7 @@ mkfile(const char *name) static void mkfullpath(char **path1, char **path2, const char *tpath, int type) { - char *fp1, *fp2, *p1, *p2; + char *fp1 = NULL, *fp2 = NULL, *p1 = NULL, *p2 = NULL; size_t l; /*