소스 검색

show seconds, it's handy to continue a film

Olivier Marty 9 년 전
부모
커밋
a2157e00bd
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      main.c

+ 1 - 0
main.c

@@ -127,6 +127,7 @@ int main(int argc, char **argv)
     id = next(f, id+1, &sline);
     if(!timeSleepUntil(sline.begin)) // no error and in the future
     {
+      printf("%ds\n", sline.begin.tv_sec);
       // show
       printf("%s\n", sline.text);
       printerShow(penv, sline.text, 0);