Changeset 8691 in vbox for trunk/src/VBox/Frontends/VBoxManage
- Timestamp:
- May 8, 2008 6:12:15 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30627
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r8675 r8691 5583 5583 /* Process the command line. */ 5584 5584 int i; 5585 for (i = 1 + 1; i < argc && cScancodes < RT_ELEMENTS(alScancodes); i++, cScancodes++)5585 for (i = 1 + 1; i < argc && cScancodes < (int)RT_ELEMENTS(alScancodes); i++, cScancodes++) 5586 5586 { 5587 5587 if ( isxdigit (argv[i][0])
Note:
See TracChangeset
for help on using the changeset viewer.