This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
core: another attempt at properly declaring vsnprintf().
legacy
Sam Hocevar
sam
12 years ago
parent
6648692bd7
commit
6f490cf1e2
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/core/string.cpp
+ 2
- 0
src/core/string.cpp
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save