VirtualBox

Ignore:
Timestamp:
Oct 1, 2013 2:56:28 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89423
Message:

warning

File:
1 edited

Legend:

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

    r48781 r48785  
    875875{
    876876    size_t cchThis = strchr(pcszPath, '/') - pcszPath;
    877     if (cchThis == (const char *)0 - pcszPath)
     877    if (cchThis == (size_t)((const char *)0 - pcszPath))
    878878        return this->findChildElement(pcszNamespace, pcszPath);
    879879
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