X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/0bd1fc824f16d5eca4db5c3901e8c20ade408786..ae9e28d55a2924d0915bbe91a46fde5c76026b90:/projects/sgconf/sginfo.cpp?ds=inline

diff --git a/projects/sgconf/sginfo.cpp b/projects/sgconf/sginfo.cpp
index c5ab3eaf..1c9048e7 100644
--- a/projects/sgconf/sginfo.cpp
+++ b/projects/sgconf/sginfo.cpp
@@ -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)