Changeset 10178 in vbox
- Timestamp:
- Jul 3, 2008 8:39:30 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32727
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManage.cpp
r10147 r10178 7497 7497 if (machine) 7498 7498 { 7499 /** @todo r=bird: Why do you do this? argv was converted down in main (around line 7812). */ 7499 7500 char *pszKey = NULL; 7500 7501 int rrc = RTStrCurrentCPToUtf8(&pszKey, argv[1]); … … 7534 7535 if (machine) 7535 7536 { 7537 /** @todo r=bird: Why do you do this? argv was converted down in main (around line 7812). */ 7536 7538 char *pszKey = NULL; 7537 7539 int rrc = RTStrCurrentCPToUtf8(&pszKey, argv[1]);
Note:
See TracChangeset
for help on using the changeset viewer.