VirtualBox

Changeset 12714 in vbox for trunk/src


Ignore:
Timestamp:
Sep 25, 2008 9:38:45 AM (16 years ago)
Author:
vboxsync
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMLdr.cpp

    r12713 r12714  
    272272     */
    273273    const char *pszSuff = RTLdrGetSuff();
    274     size_t      cchSuff = RTPathHasExt(pszFilename) ? strlen(pszSuff) : 0;
     274    size_t      cchSuff = RTPathHaveExt(pszFilename) ? strlen(pszSuff) : 0;
    275275    PPDMMOD     pModule = (PPDMMOD)RTMemAllocZ(sizeof(*pModule) + cchFilename + cchSuff);
    276276    if (!pModule)
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