VirtualBox

Changeset 33494 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Oct 27, 2010 11:39:37 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67086
Message:

Build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/isofs.cpp

    r33492 r33494  
    333333                    break;
    334334
    335                 Assert(   pCurRecord->name_len  > 0
    336                        && pCurRecord->name_len <= RTISOFS_MAX_STRING_LEN);
     335                Assert(pCurRecord->name_len <= RTISOFS_MAX_STRING_LEN);
    337336                char *pszName = RTStrAlloc(pCurRecord->name_len + 1);
    338337                AssertPtr(pszName);
Note: See TracChangeset for help on using the changeset viewer.

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