瀏覽代碼

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);