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

Diff for /src/usr.bin/join/join.c between version 1.11 and 1.12

version 1.11, 1998/11/16 06:09:12 version 1.12, 1999/07/23 23:37:34
Line 505 
Line 505 
         if (needsep++)          if (needsep++)
                 putchar((int)*tabchar);                  putchar((int)*tabchar);
         if (!ferror(stdout)) {          if (!ferror(stdout)) {
                 if (lp->fieldcnt < fieldno || out_empty) {                  if (lp->fieldcnt <= fieldno || out_empty) {
                         if (empty != NULL)                          if (empty != NULL)
                                 fputs(empty, stdout);                                  fputs(empty, stdout);
                 } else {                  } else {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12