mirror of
https://github.com/g-truc/glm.git
synced 2024-11-10 12:41:54 +00:00
Fixed bug 123
This commit is contained in:
parent
b21b389d2c
commit
0ab221458f
@ -25,7 +25,7 @@ namespace detail
|
||||
va_start(list, msg);
|
||||
// Ticket #123
|
||||
#if((GLM_COMPILER & GLM_COMPILER_VC) && (GLM_COMPILER_VC >= GLM_COMPILER_VC2005))
|
||||
vsprintf_s(text, msg, list, STRING_BUFFER);
|
||||
vsprintf_s(text, STRING_BUFFER, msg, list);
|
||||
#else//
|
||||
vsprintf(text, msg, list);
|
||||
#endif//
|
||||
|
Loading…
Reference in New Issue
Block a user