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:
@ -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