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

Diff for /src/usr.bin/less/option.c between version 1.17 and 1.18

version 1.17, 2018/03/17 14:03:36 version 1.18, 2021/10/09 15:27:19
Line 55 
Line 55 
 char *  char *
 propt(int c)  propt(int c)
 {  {
         static char buf[8];          static char buf[33];
   
         (void) snprintf(buf, sizeof (buf), "-%s", prchar(c));          (void) snprintf(buf, sizeof (buf), "-%s", prchar(c));
         return (buf);          return (buf);

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