Changeset 33916 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Nov 9, 2010 4:57:23 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/VBoxSDL.cpp
r33838 r33916 976 976 } 977 977 } 978 } 979 else if ( !strcmp(argv[curArg], "--detecthostkey") 980 || !strcmp(argv[curArg], "-detecthostkey")) 981 { 982 RTPrintf("Error: please specify \"%s\" without any additional parameters!\n", 983 argv[curArg]); 984 return 1; 978 985 } 979 986 else if ( !strcmp(argv[curArg], "--memory")
Note:
See TracChangeset
for help on using the changeset viewer.