瀏覽代碼

core: another attempt at properly declaring vsnprintf().

legacy
Sam Hocevar sam 12 年之前
父節點
當前提交
6f490cf1e2
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      src/core/string.cpp

+ 2
- 0
src/core/string.cpp 查看文件

@@ -28,7 +28,9 @@ namespace lol

String String::Printf(char const *format, ...)
{
#if defined __CELLOS_LV2__
using std::vsnprintf;
#endif

String ret;
va_list ap;


Loading…
取消
儲存