Changeset 34951 in vbox
- Timestamp:
- Dec 10, 2010 1:45:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/zip/tar.cpp
r34949 r34951 196 196 { 197 197 /* Small enough for the standard octal string encoding? */ 198 if (cbSize <= 0x200000000)198 if (cbSize <= 2 * _4G) 199 199 RTStrPrintf(pRecord->h.size, sizeof(pRecord->h.size), "%0.11llo", cbSize); 200 200 else
Note:
See TracChangeset
for help on using the changeset viewer.