mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-19 22:31:15 +00:00
Use count variable
This commit is contained in:
parent
c78fc3e47a
commit
9c82b6c435
@ -269,7 +269,7 @@ void MxDeviceEnumerate::BuildErrorString(const char* p_format, ...)
|
|||||||
char buf[512];
|
char buf[512];
|
||||||
|
|
||||||
va_start(args, p_format);
|
va_start(args, p_format);
|
||||||
vsprintf(buf, p_format, args);
|
int count = vsprintf(buf, p_format, args);
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
|
||||||
OutputDebugString(buf);
|
OutputDebugString(buf);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user