VirtualBox

Changeset 725 in vbox for trunk/src/libs/xpcom18a4/xpcom


Ignore:
Timestamp:
Feb 6, 2007 6:28:01 PM (18 years ago)
Author:
vboxsync
Message:

gcc generates ud2a if a non POD object is attempted passed to printf. added missing .get().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/xpcom/tests/nsIFileTest.cpp

    r589 r725  
    412412    printf("ERROR: Normalize() test Failed!\n");
    413413    printf("     Got: %s\n", newPath.get());
    414     printf("Expected: %s\n", expectedPath);
     414    printf("Expected: %s\n", expectedPath.get());
    415415  }
    416416
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