VirtualBox

Changeset 7836 in vbox


Ignore:
Timestamp:
Apr 9, 2008 12:51:05 PM (17 years ago)
Author:
vboxsync
Message:

try fix the gcc 3.2.3 burns.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/USBDeviceFilterImpl.cpp

    r7207 r7836  
    5454    }
    5555    else if (USBFilterIsMethodString (matchingMethod))
    56         Bstr (USBFilterGetString (aFilter, aIdx)).cloneTo (aStr);
     56    {
     57        const char *psz = USBFilterGetString (aFilter, aIdx);
     58        Bstr (psz).cloneTo (aStr);
     59    }
    5760    else
    5861        Bstr ().cloneTo (aStr);
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