diff options
author | Moonchild <moonchild@palemoon.org> | 2022-05-09 22:38:16 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-05-09 22:38:16 +0000 |
commit | 9edf1b7bea5ff893f88911fc1a6a2dca3faeece9 (patch) | |
tree | 98bd9b0c7e3ca3e517e9e43dea157707b13f6bdb /modules/libjar/nsZipArchive.h | |
parent | 930ddd693be251c86ee904dafbaef38234b692c0 (diff) | |
download | uxp-getnativepath-work.tar.gz |
Issue #1896 - Port GetNativePath changes from GRE.getnativepath-work
Diffstat (limited to 'modules/libjar/nsZipArchive.h')
-rw-r--r-- | modules/libjar/nsZipArchive.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/libjar/nsZipArchive.h b/modules/libjar/nsZipArchive.h index 6b758c9fd8..133a2aa120 100644 --- a/modules/libjar/nsZipArchive.h +++ b/modules/libjar/nsZipArchive.h @@ -159,10 +159,10 @@ public: * * @param zipEntry Name of file in archive to extract * @param outFD Filedescriptor to write contents to - * @param outname Name of file to write to + * @param outFile Handle of file to write to * @return status code */ - nsresult ExtractFile(nsZipItem * zipEntry, const char *outname, PRFileDesc * outFD); + nsresult ExtractFile(nsZipItem * zipEntry, nsIFile* outFile, PRFileDesc * outFD); /** * FindInit |