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

Diff for /src/usr.bin/oldrdist/Attic/expand.c between version 1.12 and 1.13

version 1.12, 2009/10/27 23:59:41 version 1.13, 2011/04/06 11:36:26
Line 169 
Line 169 
                         savec = *tail;                          savec = *tail;
                         *tail = '\0';                          *tail = '\0';
                 }                  }
                 tp = lookup(cp, NULL, 0);                  tp = lookup(cp, LOOKUP, 0);
                 if (savec != '\0')                  if (savec != '\0')
                         *tail = savec;                          *tail = savec;
                 if (tp != NULL) {                  if (tp != NULL) {

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