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

Diff for /src/usr.bin/cvs/logmsg.c between version 1.15 and 1.16

version 1.15, 2005/06/02 16:05:38 version 1.16, 2005/07/23 00:03:00
Line 216 
Line 216 
                 if (files[i] == NULL)                  if (files[i] == NULL)
                         continue;                          continue;
   
                   if (SIMPLEQ_EMPTY(files[i]))
                           continue;
   
                 fprintf(fp, "%s %s Files:", CVS_LOGMSG_PREFIX,                  fprintf(fp, "%s %s Files:", CVS_LOGMSG_PREFIX,
                     cvs_logmsg_ops[i]);                      cvs_logmsg_ops[i]);
                 nl = 1;                  nl = 1;

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16