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

version 1.12, 2010/09/29 21:26:43 version 1.13, 2010/09/29 21:27:33
Line 1642  static int tabline(char *b, int n) Line 1642  static int tabline(char *b, int n)
     return 0;      return 0;
   }    }
   *e = 0;    *e = 0;
   if (b >= e) {    if (b < e) {
     fprintf(stderr, "incomplete line: %s\n", b);  
   } else {  
     z = b+1;      z = b+1;
     i = 0;      i = 0;
     c = toupper(*b);      c = toupper(*b);

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


LinuxTV legacy CVS <linuxtv.org/cvs>