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

Diff for /src/usr.bin/diff/diffdir.c between version 1.4 and 1.5

version 1.4, 2003/06/25 03:25:29 version 1.5, 2003/06/25 03:29:46
Line 361 
Line 361 
         prargs[2] = wantpr;          prargs[2] = wantpr;
         fflush(stdout);          fflush(stdout);
         if (wantpr) {          if (wantpr) {
                 sprintf(etitle, "%s %s", file1, file2);                  snprintf(etitle, title + sizeof title - etitle,
                       "%s %s", file1, file2);
                 pipe(pv);                  pipe(pv);
                 pid = fork();                  pid = fork();
                 if (pid == -1) {                  if (pid == -1) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5