VirtualBox

Changeset 34951 in vbox


Ignore:
Timestamp:
Dec 10, 2010 1:45:55 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4: fix burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tar.cpp

    r34949 r34951  
    196196{
    197197    /* Small enough for the standard octal string encoding? */
    198     if (cbSize <= 0x200000000)
     198    if (cbSize <= 2 * _4G)
    199199        RTStrPrintf(pRecord->h.size, sizeof(pRecord->h.size), "%0.11llo", cbSize);
    200200    else
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette