Changeset 108303 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 19, 2025 4:13:33 PM (3 months ago)
- svn:sync-xref-src-repo-rev:
- 167647
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r108301 r108303 973 973 AssertRC(vrc); 974 974 975 char ch; 975 976 RTGETOPTUNION ValueUnion; 976 while (( vrc= RTGetOpt(&GetOptState, &ValueUnion)))977 { 978 switch ( vrc)977 while ((ch = RTGetOpt(&GetOptState, &ValueUnion))) 978 { 979 switch (ch) 979 980 { 980 981 case 'e': … … 1056 1057 * true for standard Windows applications. */ 1057 1058 /* continue on command line errors... */ 1058 RTGetOptPrintError( vrc, &ValueUnion);1059 RTGetOptPrintError(ch, &ValueUnion); 1059 1060 } 1060 1061 }
Note:
See TracChangeset
for help on using the changeset viewer.