VirtualBox

忽略:
時間撮記:
2015-6-30 下午09:45:16 (9 年 以前)
作者:
vboxsync
訊息:

IGuestDirectory: Another missing first arg, found by the assertion in the tool class.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/GuestDirectoryImpl.cpp

    r55645 r56712  
    8989        GuestProcessStartupInfo procInfo;
    9090        procInfo.mName      = Utf8StrFmt(tr("Reading directory \"%s\""), openInfo.mPath.c_str());
    91         procInfo.mExecutable= Utf8Str(VBOXSERVICE_TOOL_LS);
    9291        procInfo.mTimeoutMS = 5 * 60 * 1000; /* 5 minutes timeout. */
    9392        procInfo.mFlags     = ProcessCreateFlag_WaitForStdOut;
    94 
     93        procInfo.mExecutable= Utf8Str(VBOXSERVICE_TOOL_LS);
     94
     95        procInfo.mArguments.push_back(procInfo.mExecutable);
    9596        procInfo.mArguments.push_back(Utf8Str("--machinereadable"));
    9697        /* We want the long output format which contains all the object details. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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