Changeset 22758 in vbox
- Timestamp:
- Sep 4, 2009 7:37:29 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r22730 r22758 214 214 int rc = VERR_NO_STR_MEMORY; 215 215 char *pszValue; 216 if (RTStrAPrintfV(&pszValue, pszValueFormat, va) <0)216 if (RTStrAPrintfV(&pszValue, pszValueFormat, va) > 0) 217 217 { 218 218 rc = VbglR3GuestPropWriteValue(u32ClientId, pszName, pszValue);
Note:
See TracChangeset
for help on using the changeset viewer.