- Timestamp:
- Feb 18, 2022 12:53:34 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UnattendedScript.cpp
r93816 r93839 828 828 else if ( res < 0 && chComp == '<' ) 829 829 *pfOutputting = true; 830 else if ( res == 0 && chComp == '=' ) 831 *pfOutputting = true; 830 832 else 831 833 *pfOutputting = false;
Note:
See TracChangeset
for help on using the changeset viewer.