mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +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];
|
||||
|
||||
va_start(args, p_format);
|
||||
vsprintf(buf, p_format, args);
|
||||
int count = vsprintf(buf, p_format, args);
|
||||
va_end(args);
|
||||
|
||||
OutputDebugString(buf);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user