VirtualBox

vbox的更動 51651 路徑 trunk/src/VBox/Runtime/common


忽略:
時間撮記:
2014-6-18 下午03:25:12 (10 年 以前)
作者:
vboxsync
訊息:

RTVfsChainOpenIoStream: initialize pszError at the earliest possible way

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Runtime/common/vfs/vfschain.cpp

    r44529 r51651  
    613613RTDECL(int) RTVfsChainOpenIoStream(const char *pszSpec, uint64_t fOpen, PRTVFSIOSTREAM phVfsIos, const char **ppszError)
    614614{
     615    if (ppszError)
     616        *ppszError = NULL;
     617
    615618    AssertPtrReturn(pszSpec, VERR_INVALID_POINTER);
    616619    AssertReturn(*pszSpec != '\0', VERR_INVALID_PARAMETER);
    617620    AssertPtrReturn(phVfsIos, VERR_INVALID_POINTER);
    618     if (ppszError)
    619         *ppszError = NULL;
    620621
    621622    /*
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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