Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
core: another attempt at properly declaring vsnprintf().
legacy
Sam Hocevar
sam
12 anos atrás
pai
6648692bd7
commit
6f490cf1e2
1 arquivos alterados
com
2 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-0
src/core/string.cpp
+ 2
- 0
src/core/string.cpp
Ver arquivo
@@ -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;
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar