VirtualBox

忽略:
時間撮記:
2012-11-15 下午01:44:09 (12 年 以前)
作者:
vboxsync
訊息:

fixed a few format specifier bugs

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Debugger/DBGPlugInOS2.cpp

    r40728 r43876  
    148148        else if (pThis->OS2MinorVersion < 40)
    149149        {
    150             RTStrPrintf(pszOS2ProductType, sizeof(achOS2ProductType), "OS/2 Warp", pThis->OS2MinorVersion);
     150            RTStrPrintf(pszOS2ProductType, sizeof(achOS2ProductType), "OS/2 Warp");
    151151            pThis->enmVer = DBGDIGGEROS2VER_3_0;
    152152        }
    153153        else if (pThis->OS2MinorVersion == 40)
    154154        {
    155             RTStrPrintf(pszOS2ProductType, sizeof(achOS2ProductType), "OS/2 Warp 4", pThis->OS2MinorVersion);
     155            RTStrPrintf(pszOS2ProductType, sizeof(achOS2ProductType), "OS/2 Warp 4");
    156156            pThis->enmVer = DBGDIGGEROS2VER_4_0;
    157157        }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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