Changeset 66596 in vbox for trunk/src/VBox/Runtime/common/zip
- Timestamp:
- Apr 17, 2017 3:50:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/gzipvfs.cpp
r66594 r66596 868 868 RTVFSIOSTREAM hVfsIos = NIL_RTVFSIOSTREAM; 869 869 int rc = RTZipGzipDecompressIoStream(hVfsIosIn, 0 /*fFlags*/, &hVfsIos); 870 RTVfsObjFromIoStream(hVfsIosIn); 870 871 if (RT_SUCCESS(rc)) 871 872 { … … 974 975 RTVFSIOSTREAM hVfsIos = NIL_RTVFSIOSTREAM; 975 976 int rc = RTZipGzipCompressIoStream(hVfsIosOut, 0 /*fFlags*/, pSpec->uProvider, &hVfsIos); 977 RTVfsObjFromIoStream(hVfsIosOut); 976 978 if (RT_SUCCESS(rc)) 977 979 {
Note:
See TracChangeset
for help on using the changeset viewer.