Fixed log manager sometimes not writing the last character in a log message.
This was caused by type conversions from int to size_t and the usage of the MAX macro.
This commit is contained in:
@ -157,7 +157,7 @@ static bool do_hashtest(
|
||||
CHK_HASHTABLE(h);
|
||||
hashtable_free(h);
|
||||
|
||||
return_succp:
|
||||
|
||||
free(val_arr);
|
||||
return succp;
|
||||
}
|
||||
|
@ -32,7 +32,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include <server.h>
|
||||
|
||||
#include <log_manager.h>
|
||||
/**
|
||||
* test1 Allocate a server and do lots of other things
|
||||
*
|
||||
|
Reference in New Issue
Block a user