Changeset 2103


Ignore:
Timestamp:
Nov 21, 2012, 9:25:58 AM (11 years ago)
Author:
sam
Message:

core: another attempt at properly declaring vsnprintf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/core/string.cpp

    r2102 r2103  
    2929String String::Printf(char const *format, ...)
    3030{
     31#if defined __CELLOS_LV2__
    3132    using std::vsnprintf;
     33#endif
    3234
    3335    String ret;
Note: See TracChangeset for help on using the changeset viewer.