VirtualBox

Ignore:
Timestamp:
Oct 10, 2013 6:27:32 PM (11 years ago)
Author:
vboxsync
Message:

IPRT: Filename extension versus suffix cleanup, long overdue.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTPath.cpp

    r45400 r49039  
    705705
    706706    /*
    707      * RTPathStripExt
    708      */
    709     RTTestSub(hTest, "RTPathStripExt");
     707     * RTPathStripSuffix
     708     */
     709    RTTestSub(hTest, "RTPathStripSuffix");
    710710    struct
    711711    {
     
    725725
    726726        strcpy(szPath, pszInput);
    727         RTPathStripExt(szPath);
     727        RTPathStripSuffix(szPath);
    728728        if (strcmp(szPath, pszResult))
    729729            RTTestIFailed("Unexpected result\n"
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