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

version 1.11, 2006/07/14 17:51:10 version 1.12, 2006/07/14 17:54:51
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.7\n");        fprintf(stderr, "1.0.8\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.11  
changed lines
  Added in v.1.12


LinuxTV legacy CVS <linuxtv.org/cvs>