mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-27 23:35:53 +00:00
#SwEng
fpclassify fix EntityManager: rename getExtant -> GetExtantAsHandles, fix its implementation+call site to avoid dynamic alloc/auto ptr, rename extant -> IsExtant vsnprintf2 -> sys_vsnprintf. remove printf.h (function is declared in sysdep header) use SUS/posix-ish strcasecmp instead of defining that to the windows-only stricmp add cppdoc for ia32/cpu This was SVN commit r5011.
This commit is contained in:
+1
-1
@@ -1022,7 +1022,7 @@ void CGUI::ReportParseError(const char *str, ...)
|
||||
memset(buffer,0,sizeof(buffer));
|
||||
|
||||
va_start(argp, str);
|
||||
vsnprintf2(buffer, sizeof(buffer), str, argp);
|
||||
sys_vsnprintf(buffer, sizeof(buffer), str, argp);
|
||||
va_end(argp);
|
||||
|
||||
// Print header
|
||||
|
||||
Reference in New Issue
Block a user