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

Diff for /src/usr.bin/cvs/commit.c between version 1.47 and 1.48

version 1.47, 2005/12/10 20:27:45 version 1.48, 2005/12/21 20:06:25
Line 106 
Line 106 
                 return (CVS_EX_USAGE);                  return (CVS_EX_USAGE);
         }          }
   
         if ((mfile != NULL) && (cvs_msg = cvs_logmsg_open(mfile)) == NULL)          if (mfile != NULL)
                 return (CVS_EX_DATA);                  cvs_msg = cvs_logmsg_open(mfile);
   
         *arg = optind;          *arg = optind;
   

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48