소스 검색

Next try to fix issue #71

master
Bert Münnich 12 년 전
부모
커밋
1ae06ffd09
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      Makefile
  2. +1
    -1
      main.c

+ 1
- 1
Makefile 파일 보기

@@ -1,4 +1,4 @@
VERSION = git-20120829
VERSION = git-20120831

PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man


+ 1
- 1
main.c 파일 보기

@@ -182,9 +182,9 @@ bool check_timeouts(struct timeval *t) {
int i = 0, tdiff, tmin = -1;
struct timeval now;

gettimeofday(&now, 0);
while (i < ARRLEN(timeouts)) {
if (timeouts[i].active) {
gettimeofday(&now, 0);
tdiff = TV_DIFF(&timeouts[i].when, &now);
if (tdiff <= 0) {
timeouts[i].active = false;


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