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

Diff for /src/usr.bin/tput/tput.c between version 1.26 and 1.27

version 1.26, 2022/12/22 19:53:24 version 1.27, 2023/02/03 15:55:59
Line 192 
Line 192 
 static char **  static char **
 process(char *cap, char *str, char **argv)  process(char *cap, char *str, char **argv)
 {  {
         char *cp, *s, *nargv[9];          char *cp, *s, *nargv[9] = {0};
         int arg_need, popcount, i;          int arg_need, popcount, i;
   
         /* Count how many values we need for this capability. */          /* Count how many values we need for this capability. */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27