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

Diff for /src/usr.bin/less/filename.c between version 1.11 and 1.12

version 1.11, 2006/04/02 00:55:32 version 1.12, 2006/05/23 18:32:52
Line 676 
Line 676 
         /*          /*
          * Overwrite the final trailing space with a null terminator.           * Overwrite the final trailing space with a null terminator.
          */           */
         *--p = '\0';          gfilename[strlen(gfilename) - 1] = '\0';
         GLOB_LIST_DONE(list);          GLOB_LIST_DONE(list);
 }  }
 #else  #else

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12