Changeset 98458 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Feb 3, 2023 10:56:48 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tarvfswriter.cpp
r98457 r98458 645 645 * File path size including the terminator. 646 646 */ 647 rtZipTarFssWriter_CpioFmtU32(pThis->Cpio.Hdr.AsciiNew.achNameSize, cchPath);647 rtZipTarFssWriter_CpioFmtU32(pThis->Cpio.Hdr.AsciiNew.achNameSize, (uint32_t)cchPath); 648 648 649 649 pThis->cHdrs = 1;
Note:
See TracChangeset
for help on using the changeset viewer.