VirtualBox

Changeset 54607 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Mar 3, 2015 7:49:36 PM (10 years ago)
Author:
vboxsync
Message:

VBoxControl: typo in writelog.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp

    r54580 r54607  
    17751775        RTGETOPTUNION   ValueUnion;
    17761776        int             ch;
    1777         while ((ch == RTGetOpt(&GetOptState, &ValueUnion)) != 0)
     1777        while ((ch = RTGetOpt(&GetOptState, &ValueUnion)) != 0)
    17781778        {
    17791779            switch (ch)
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