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

Diff for /src/usr.bin/cvs/log.c between version 1.5 and 1.6

version 1.5, 2004/11/28 15:12:17 version 1.6, 2004/12/06 21:03:12
Line 235 
Line 235 
                 else                  else
                         snprintf(prefix, sizeof(prefix), "%s %s", __progname,                          snprintf(prefix, sizeof(prefix), "%s %s", __progname,
                             cvs_command);                              cvs_command);
         }          } else /* just use the standard strlcpy */
         else /* just use the standard strlcpy */  
 #endif  #endif
                 strlcpy(prefix, __progname, sizeof(prefix));                  strlcpy(prefix, __progname, sizeof(prefix));
   

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6