Changeset 27801 in vbox for trunk/src/VBox/Runtime/common/misc
- Timestamp:
- Mar 29, 2010 8:05:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/getopt.cpp
r27800 r27801 460 460 * Make sure the union is completely cleared out, whatever happens below. 461 461 */ 462 pValueUnion->u64 .value= 0;462 pValueUnion->u64 = 0; 463 463 pValueUnion->pDef = NULL; 464 464 … … 730 730 * Make sure the union is completely cleared out, whatever happens below. 731 731 */ 732 pValueUnion->u64 .value= 0;732 pValueUnion->u64 = 0; 733 733 pValueUnion->pDef = NULL; 734 734
Note:
See TracChangeset
for help on using the changeset viewer.