fix compilation error

This commit is contained in:
Axel Kohlmeyer 2020-09-02 22:51:14 -04:00
parent f88f4cd60e
commit 203e42073a
No known key found for this signature in database
GPG Key ID: D9B44E93BF0C375A
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ message_logger &message_logger::global(){
message_logger *message_logger::glogp=NULL;
stdfile_logger default_log("",0,stdout,stderr,vblALLBAD|vblMESS1,vblFATAL,1);
const char *fmt(const char *format,...){
const char *logfmt(const char *format,...){
va_list args;
va_start(args,format);
static char buff[1024];