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

Diff for /src/usr.bin/less/command.c between version 1.18 and 1.19

version 1.18, 2015/11/05 22:08:43 version 1.19, 2015/11/05 22:47:33
Line 796 
Line 796 
 void  void
 ungetsc(char *s)  ungetsc(char *s)
 {  {
         register char *p;          char *p;
   
         for (p = s + strlen(s) - 1;  p >= s;  p--)          for (p = s + strlen(s) - 1;  p >= s;  p--)
                 ungetcc(*p);                  ungetcc(*p);

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19