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

Diff for /src/usr.bin/man/Attic/config.c between version 1.9 and 1.10

version 1.9, 2009/10/27 23:59:40 version 1.10, 2014/07/21 19:51:32
Line 92 
Line 92 
                         continue;                          continue;
                 *t = '\0';                  *t = '\0';
   
                 for (tp = TAILQ_FIRST(&head);   /* Find any matching tag. */                  tp = getlist(p);        /* Find any matching tag. */
                     tp != NULL && strcmp(p, tp->s); tp = TAILQ_NEXT(tp, q));  
   
                 if (tp == NULL)         /* Create a new tag. */                  if (tp == NULL)         /* Create a new tag. */
                         tp = addlist(p);                          tp = addlist(p);

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10