X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/105771be792a6c3c909b8780540004f3c27238b8..6ab0ce51a63441ab865e75fd631e4f363067d58e:/projects/sgconf/main.cpp

diff --git a/projects/sgconf/main.cpp b/projects/sgconf/main.cpp
index 5e52d37d..0a2e12b4 100644
--- a/projects/sgconf/main.cpp
+++ b/projects/sgconf/main.cpp
@@ -184,6 +184,8 @@ char * str;
 str = new char[strlen(c) + 1];
 
 strncpy(str, c, strlen(c));
+str[strlen(c)] = 0;
+
 msg = strchr(str, ':');
 
 if (msg)