Diff for /multiplexer/repeatts.c between versions 1.12 and 1.13

version 1.12, 2006/07/14 17:54:51 version 1.13, 2006/07/14 17:59:53
Line 217  static boolean command_init (int cargc, Line 217  static boolean command_init (int cargc,
       command_help (cargv[0],"");        command_help (cargv[0],"");
       return (FALSE);        return (FALSE);
     } else if ((!strcmp(cargv[cc],"--version")) || (!strcmp(cargv[cc],"-V"))) {      } else if ((!strcmp(cargv[cc],"--version")) || (!strcmp(cargv[cc],"-V"))) {
       fprintf(stderr, "1.0.8\n");        fprintf(stderr, MPLEX_VERSION "\n");
       return FALSE;        return FALSE;
     } else if (!strcmp (cargv[cc],"-i")) {      } else if (!strcmp (cargv[cc],"-i")) {
       pollc = 0;        pollc = 0;

Removed from v.1.12  
changed lines
  Added in v.1.13


LinuxTV legacy CVS <linuxtv.org/cvs>