Explorar el Código

_prefix instead __prefix

Serj Kalichev hace 10 años
padre
commit
f667418db8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);