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

Diff for /src/usr.bin/patch/inp.c between version 1.40 and 1.41

version 1.40, 2014/11/22 15:49:28 version 1.41, 2014/11/25 10:22:08
Line 303 
Line 303 
         /* now check for revision, if any */          /* now check for revision, if any */
   
         if (revision != NULL) {          if (revision != NULL) {
                 if (!rev_in_string(i_womp)) {                  if (i_womp == NULL || !rev_in_string(i_womp)) {
                         if (force) {                          if (force) {
                                 if (verbose)                                  if (verbose)
                                         say("Warning: this file doesn't appear "                                          say("Warning: this file doesn't appear "

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41