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

Diff for /src/usr.bin/rcs/rcsprog.c between version 1.4 and 1.5

version 1.4, 2005/09/20 04:29:51 version 1.5, 2005/09/20 04:30:57
Line 170 
Line 170 
         argv += optind;          argv += optind;
         if (argc == 0) {          if (argc == 0) {
                 cvs_log(LP_ERR, "no input file");                  cvs_log(LP_ERR, "no input file");
                   (usage)();
                 exit(1);                  exit(1);
         }          }
   

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