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

Diff for /src/usr.bin/less/prompt.c between version 1.9 and 1.10

version 1.9, 2003/06/04 04:45:01 version 1.10, 2010/02/28 19:30:32
Line 349 
Line 349 
         case 't':       /* Truncate trailing spaces in the message */          case 't':       /* Truncate trailing spaces in the message */
                 while (mp > message && mp[-1] == ' ')                  while (mp > message && mp[-1] == ' ')
                         mp--;                          mp--;
                   *mp = '\0';
                 break;                  break;
         case 'T':       /* Type of list */          case 'T':       /* Type of list */
 #if TAGS  #if TAGS

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10