Преглед на файлове

_prefix instead __prefix

Serj Kalichev преди 10 години
родител
ревизия
f667418db8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      clish/shell/shell_xml.c

+ 1 - 1
clish/shell/shell_xml.c

@@ -750,7 +750,7 @@ process_param(clish_shell_t * shell, clish_xmlnode_t * element, void *parent)
 					ptype_name, "Option", "[^\\\\]+",
 					CLISH_PTYPE_REGEXP, CLISH_PTYPE_NONE);
 			assert(tmp);
-			lub_string_cat(&str, "__prefix_");
+			lub_string_cat(&str, "_prefix_");
 			lub_string_cat(&str, name);
 			opt_param = clish_param_new(str, help, tmp);
 			lub_string_free(str);