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

Diff for /src/usr.bin/awk/run.c between version 1.79 and 1.80

version 1.79, 2023/10/06 22:29:24 version 1.80, 2023/10/28 22:38:22
Line 986 
Line 986 
         if (a[2] != NULL)          if (a[2] != NULL)
                 z = execute(a[2]);                  z = execute(a[2]);
         s = getsval(x);          s = getsval(x);
         k = strlen(s) + 1;          k = u8_strlen(s) + 1;
         if (k <= 1) {          if (k <= 1) {
                 tempfree(x);                  tempfree(x);
                 tempfree(y);                  tempfree(y);

Legend:
Removed from v.1.79  
changed lines
  Added in v.1.80