Browse Source

show seconds, it's handy to continue a film

Olivier Marty 9 years ago
parent
commit
a2157e00bd
1 changed files with 1 additions and 0 deletions
  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);