X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0bd1fc824f16d5eca4db5c3901e8c20ade408786..516232a1785d55ab711841639c71ca309f4ddf5f:/projects/sgconf/sginfo.cpp diff --git a/projects/sgconf/sginfo.cpp b/projects/sgconf/sginfo.cpp index c5ab3eaf..6879cb05 100644 --- a/projects/sgconf/sginfo.cpp +++ b/projects/sgconf/sginfo.cpp @@ -37,9 +37,9 @@ #include #include +#include "stg/common.h" +#include "stg/netunit.h" #include "request.h" -#include "common.h" -#include "netunit.h" #include "common_sg.h" #include "sg_error_codes.h" @@ -185,6 +185,8 @@ char * str; str = new char[strlen(c) + 1]; strncpy(str, c, strlen(c)); +str[strlen(c)] = 0; + msg = strchr(str, ':'); if (msg) @@ -327,7 +329,7 @@ setlocale(LC_ALL, ""); char charsetF[255]; strncpy(charsetF, nl_langinfo(CODESET), 255); -char * charsetT = "koi8-r"; +char * charsetT = "koi8-ru"; size_t nconv = 1;