Explorar o código

Fix critical typo in config callback from revision 138.

git-svn-id: https://klish.googlecode.com/svn/trunk@143 0eaa4687-2ee9-07dd-09d9-bcdd2d2dd5fb
Serj Kalichev %!s(int64=13) %!d(string=hai) anos
pai
achega
55d1f71212
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      clish/clish_config_callback.c

+ 1 - 0
clish/clish_config_callback.c

@@ -63,6 +63,7 @@ clish_config_callback(const clish_shell_t * shell,
 			lub_string_free(pattern);
 
 			if (clish_command__get_splitter(cmd) == BOOL_FALSE)
+				lub_string_cat(&command, " -i");
 
 			snprintf(tmp, sizeof(tmp) - 1, " -p 0x%x",
 				clish_command__get_priority(cmd));