VirtualBox

Ignore:
Timestamp:
Mar 29, 2010 8:05:03 PM (15 years ago)
Author:
vboxsync
Message:

getopt fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/misc/getopt.cpp

    r27800 r27801  
    460460     * Make sure the union is completely cleared out, whatever happens below.
    461461     */
    462     pValueUnion->u64.value = 0;
     462    pValueUnion->u64 = 0;
    463463    pValueUnion->pDef = NULL;
    464464
     
    730730     * Make sure the union is completely cleared out, whatever happens below.
    731731     */
    732     pValueUnion->u64.value = 0;
     732    pValueUnion->u64 = 0;
    733733    pValueUnion->pDef = NULL;
    734734
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