diff --git a/common.cpp b/common.cpp index 23aad31..138d41e 100644 --- a/common.cpp +++ b/common.cpp @@ -1180,7 +1180,7 @@ vector parse_conf_line(const string& s0) int i=int(s.length())-1; int j; vectorres; - strcpy(buf,(char *)s.c_str()); + //strcpy(buf,(char *)s.c_str()); while(i>=0) { if(buf[i]==' ' || buf[i]== '\t')