소스 검색

Move debug print after return value check

master
lostd 11 년 전
부모
커밋
0b0869ab44
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      noice.c

+ 1
- 1
noice.c 파일 보기

@@ -353,12 +353,12 @@ nochange:
}
r = fstat(fd, &sb);
close(fd);
DPRINTF_U(sb.st_mode);
if (r == -1) {
printwarn();
free(pathnew);
goto nochange;
}
DPRINTF_U(sb.st_mode);
/* Directory */
if (S_ISDIR(sb.st_mode)) {
free(path);


불러오는 중...
취소
저장