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

Diff for /src/usr.bin/patch/pch.c between version 1.43 and 1.44

version 1.43, 2014/11/18 17:03:35 version 1.44, 2014/11/22 15:49:28
Line 1451 
Line 1451 
         if (path == NULL && !assume_exists) {          if (path == NULL && !assume_exists) {
                 /*                  /*
                  * No files found, look for something we can checkout from                   * No files found, look for something we can checkout from
                  * RCS/SCCS dirs.  Same order as above.                   * RCS dirs.  Same order as above.
                  */                   */
                 for (i = 0; i < MAX_FILE; i++) {                  for (i = 0; i < MAX_FILE; i++) {
                         if (names[i].path != NULL &&                          if (names[i].path != NULL &&

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44