소스 검색

Use int, not char, type for exclude_progs_counter. Use size_t?

Edgar Fuß 2 년 전
부모
커밋
d1afd471da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      plugins/check_procs.c

+ 1 - 1
plugins/check_procs.c

@@ -98,7 +98,7 @@ char *statopts;
 char *prog;
 char *exclude_progs;
 char **exclude_progs_arr = NULL;
-char exclude_progs_counter = 0; 
+int exclude_progs_counter = 0;
 char *cgroup_hierarchy;
 char *args;
 char *input_filename = NULL;