Changeset 22730 in vbox
- Timestamp:
- Sep 3, 2009 9:43:15 AM (15 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
-
Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp (modified) (1 diff)
-
Frontends/VBoxManage/VBoxManageGuestProp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibGuestProp.cpp
r21978 r22730 260 260 * @a ppszValue will point to the start of this buffer. 261 261 * @param cbBuf The size of @a pcBuf 262 * @param p szValueWhere to store the pointer to the value retrieved.262 * @param ppszValue Where to store the pointer to the value retrieved. 263 263 * Optional. 264 264 * @param pu64Timestamp Where to store the timestamp. Optional. -
trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestProp.cpp
r22722 r22730 302 302 pszValue = a->argv[2]; 303 303 if ( !strcmp(a->argv[3], "--flags") 304 ||!strcmp(a->argv[3], "-flags"))304 && !strcmp(a->argv[3], "-flags")) 305 305 usageOK = false; 306 306 pszFlags = a->argv[4];
Note:
See TracChangeset
for help on using the changeset viewer.

