fixes bug 29414, all files installed read-only on Win32, r=sgehani

This commit is contained in:
dveditz%netscape.com 2000-02-28 07:22:23 +00:00
parent c616ebd613
commit 67bbb55a73

View File

@ -216,7 +216,7 @@ nsJAR::Extract(const char *zipEntry, nsIFile* outFile)
if (err != ZIP_OK)
outFile->Delete(PR_FALSE);
#if defined(XP_UNIX) || defined(XP_PC)
#if defined(XP_UNIX)
else
{
char *path;