Selaa lähdekoodia

core: another attempt at properly declaring vsnprintf().

legacy
Sam Hocevar sam 12 vuotta sitten
vanhempi
commit
6f490cf1e2
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      src/core/string.cpp

+ 2
- 0
src/core/string.cpp Näytä tiedosto

@@ -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;


Ladataan…
Peruuta
Tallenna