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

Diff for /src/usr.bin/less/edit.c between version 1.23 and 1.24

version 1.23, 2016/09/17 15:06:41 version 1.24, 2019/06/28 13:35:01
Line 290 
Line 290 
                 }                  }
                 reedit_ifile(was_curr_ifile);                  reedit_ifile(was_curr_ifile);
                 return (1);                  return (1);
         } else if ((f = open(qopen_filename, O_RDONLY)) < 0) {          } else if ((f = open(qopen_filename, O_RDONLY)) == -1) {
                 /*                  /*
                  * Got an error trying to open it.                   * Got an error trying to open it.
                  */                   */

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24