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

Diff for /src/usr.bin/less/lsystem.c between version 1.14 and 1.15

version 1.14, 2015/11/09 02:59:06 version 1.15, 2015/11/09 16:39:13
Line 193 
Line 193 
          * the command, and reinitialization after it.           * the command, and reinitialization after it.
          */           */
         if (ch_seek(spos) != 0) {          if (ch_seek(spos) != 0) {
                 error("Cannot seek to start position", NULL_PARG);                  error("Cannot seek to start position", NULL);
                 return (-1);                  return (-1);
         }          }
   
         if ((f = popen(cmd, "w")) == NULL) {          if ((f = popen(cmd, "w")) == NULL) {
                 error("Cannot create pipe", NULL_PARG);                  error("Cannot create pipe", NULL);
                 return (-1);                  return (-1);
         }          }
         clear_bot();          clear_bot();

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15