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

Diff for /src/usr.bin/less/main.c between version 1.7 and 1.8

version 1.7, 2003/04/13 18:26:26 version 1.8, 2003/04/14 14:33:57
Line 31 
Line 31 
 public char *   progname;  public char *   progname;
 public int      quitting;  public int      quitting;
 public int      secure;  public int      secure;
 public int      dohelp;  
 public int      ismore;  public int      ismore;
   
 #if LOGFILE  #if LOGFILE
Line 167 
Line 166 
          * to "register" them with the ifile system.           * to "register" them with the ifile system.
          */           */
         ifile = NULL_IFILE;          ifile = NULL_IFILE;
         if (dohelp)  
                 ifile = get_ifile(FAKE_HELPFILE, ifile);  
         while (argc-- > 0)          while (argc-- > 0)
         {          {
                 char *filename;                  char *filename;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8