VirtualBox

Changeset 5925 in vbox


Ignore:
Timestamp:
Dec 2, 2007 11:09:10 PM (17 years ago)
Author:
vboxsync
Message:

gcc-4.3 found this bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/USBProxyServiceLinux.cpp

    r5523 r5925  
    860860                            if (   If.pszDriver
    861861                                && (    !strcmp (If.pszDriver, "(none)")
    862                                     ||  !strcmp (If.pszDriver, "(no driver)"))
    863                                     ||  !*If.pszDriver)
     862                                    ||  !strcmp (If.pszDriver, "(no driver)")
     863                                    ||  !*If.pszDriver))
    864864                            {
    865865                                RTStrFree ((char *)If.pszDriver);
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