[BACK]Return to wrterm.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tset

Diff for /src/usr.bin/tset/Attic/wrterm.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:41:59 version 1.3, 1997/01/17 07:13:45
Line 60 
Line 60 
         char *t, *sep;          char *t, *sep;
   
         /* Find the end of the terminal names. */          /* Find the end of the terminal names. */
         if ((t = index(bp, ':')) == NULL)          if ((t = strchr(bp, ':')) == NULL)
                 err("termcap names not colon terminated");                  err("termcap names not colon terminated");
         *t++ = '\0';          *t++ = '\0';
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3