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

Diff for /src/usr.bin/oldrdist/Attic/docmd.c between version 1.7 and 1.8

version 1.7, 1996/08/22 20:33:17 version 1.8, 1997/02/09 19:24:56
Line 360 
Line 360 
   
 time_t  lastmod;  time_t  lastmod;
 FILE    *tfp;  FILE    *tfp;
 extern  char target[], *tp;  extern  char *tp;
   
 /*  /*
  * Process commands for comparing files to time stamp files.   * Process commands for comparing files to time stamp files.
Line 457 
Line 457 
          * first time cmptime() is called?           * first time cmptime() is called?
          */           */
         if (tp == NULL) {          if (tp == NULL) {
                 if (exptilde(target, name) == NULL)                  if (exptilde(target, name, sizeof (target)) == NULL)
                         return;                          return;
                 tp = name = target;                  tp = name = target;
                 while (*tp)                  while (*tp)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8