dtinfo subdirectory DtMmdb
This commit is contained in:
committed by
Jon Trulson
parent
0be684281d
commit
fbd81ef151
@@ -35,7 +35,7 @@ char* sform(const char* fmt ...)
|
||||
|
||||
va_start(args, fmt);
|
||||
|
||||
(void) vsprintf(buf, fmt, args);
|
||||
(void) vsnprintf(buf, sizeof(buf), fmt, args);
|
||||
|
||||
va_end(args);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user