Changeset 13835 in vbox for trunk/src/VBox/Frontends/VBoxFB
- Timestamp:
- Nov 5, 2008 2:34:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 38826
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxFB/VBoxFB.cpp
r11662 r13835 84 84 { 85 85 // UUID as string, parse it 86 if (! VBOX_SUCCESS(RTUuidFromStr((PRTUUID)&uuid, optarg)))86 if (!RT_SUCCESS(RTUuidFromStr((PRTUUID)&uuid, optarg))) 87 87 { 88 88 printf("Error, invalid UUID format given!\n");
Note:
See TracChangeset
for help on using the changeset viewer.