Commit 923b3d3e authored by Pavel Vainerman's avatar Pavel Vainerman

(LogReader): увеличил максимальный размер названия лога до 120 символов

parent fcecc6b4
...@@ -59,7 +59,7 @@ namespace uniset ...@@ -59,7 +59,7 @@ namespace uniset
Command cmd; Command cmd;
unsigned int data; unsigned int data;
static const size_t MAXLOGNAME = 30; static const size_t MAXLOGNAME = 120;
char logname[MAXLOGNAME + 1]; // +1 reserverd for '\0' char logname[MAXLOGNAME + 1]; // +1 reserverd for '\0'
void setLogName( const std::string& name ); void setLogName( const std::string& name );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment