VirtualBox

Ignore:
Timestamp:
Oct 15, 2008 3:57:54 PM (16 years ago)
Author:
vboxsync
Message:

Additions/common: fixed r37959

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp

    r13290 r13291  
    657657          );
    658658    *ppszName = *pszName != '\0' ? pszName : NULL;
    659     *ppszValue = pszValue != '\0' ? pszValue : NULL;
     659    *ppszValue = *pszValue != '\0' ? pszValue : NULL;
    660660    *pu64Timestamp = u64Timestamp;
    661     *ppszFlags = pszFlags != '\0' ? pszFlags : NULL;
     661    *ppszFlags = *pszFlags != '\0' ? pszFlags : NULL;
    662662    return VINF_SUCCESS;
    663663}
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