VirtualBox

Ignore:
Timestamp:
Sep 5, 2011 1:49:45 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73843
Message:

*,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstCollector.cpp

    r35368 r38636  
    148148     * the support driver.
    149149     */
    150     int rc = RTR3Init();
    151     if (RT_FAILURE(rc))
    152     {
    153         RTPrintf("tstCollector: RTR3Init() -> %d\n", rc);
     150    int rc = RTR3InitExe(argc, &argv, 0);
     151    if (RT_FAILURE(rc))
     152    {
     153        RTPrintf("tstCollector: RTR3InitExe() -> %d\n", rc);
    154154        return 1;
    155155    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette