VirtualBox

Changeset 46326 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
May 30, 2013 12:16:53 PM (12 years ago)
Author:
vboxsync
Message:

RT_STR_TUPLE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/SUPLib.cpp

    r44528 r46326  
    16731673    /** @todo is this actually used??? */
    16741674    /* skip the 64-bit ELF import prefix first. */
    1675     if (!strncmp(pszSymbol, "SUPR0$", sizeof("SUPR0$") - 1))
     1675    if (!strncmp(pszSymbol, RT_STR_TUPLE("SUPR0$")))
    16761676        pszSymbol += sizeof("SUPR0$") - 1;
    16771677
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