VirtualBox

Ignore:
Timestamp:
Apr 16, 2012 5:53:05 AM (13 years ago)
Author:
vboxsync
Message:

Runtime: linux 3.4-rc3 build fix [-fpermissive]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/path/RTPathStripExt.cpp

    r28800 r40934  
    4242RTDECL(void) RTPathStripExt(char *pszPath)
    4343{
    44     char *pszDot = NULL;
     44    char *pszDot = (char *)NULL;
    4545    for (;; pszPath++)
    4646    {
     
    5353#endif
    5454            case '/':
    55                 pszDot = NULL;
     55                pszDot = (char *)NULL;
    5656                break;
    5757            case '.':
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