소스 검색

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 13 년 전
부모
커밋
55d1f71212
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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));