diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/server/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/server/main.cpp b/server/server/main.cpp index 50107f8..cf322ef 100644 --- a/server/server/main.cpp +++ b/server/server/main.cpp @@ -632,7 +632,7 @@ void session::proto_parser(std::vector<byte>& data) file.open(uit->source.c_str()); if(file.is_open()) { - const int size = 4091; //адский костыль + const int size = 4090; //адский костыль int count = 0; char buf[size]; while(!file.eof()) |