이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
Immanuel
/
nnn
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Change scope to always check the correct return value
master
lostd
10 년 전
부모
3c45733f47
커밋
0aefc2f496
1개의 변경된 파일
과
9개의 추가작업
그리고
8개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-8
noice.c
+ 9
- 8
noice.c
파일 보기
@@ -748,15 +748,16 @@ moretyping:
if (r == 1)
nowtyping = 0;
/* Check regex errors */
if (tmp != NULL)
if (tmp != NULL)
{
r = setfilter(&re, tmp);
if (r != 0)
if (nowtyping) {
goto moretyping;
} else {
free(tmp);
goto nochange;
}
if (r != 0)
if (nowtyping) {
goto moretyping;
} else {
free(tmp);
goto nochange;
}
}
/* Copy or reset filter */
free(filter);
if (tmp != NULL)
쓰기
미리보기
불러오는 중...
취소
저장