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

Diff for /src/usr.bin/aucat/Attic/safile.c between version 1.18 and 1.19

version 1.18, 2009/09/27 11:51:20 version 1.19, 2009/11/05 08:36:48
Line 143 
Line 143 
         }          }
         *bufsz = par.bufsz;          *bufsz = par.bufsz;
         *round = par.round;          *round = par.round;
         f = (struct safile *)file_new(ops, "hdl", sio_nfds(hdl));          if (path == NULL)
                   path = "default";
           f = (struct safile *)file_new(ops, path, sio_nfds(hdl));
         if (f == NULL)          if (f == NULL)
                 goto bad_close;                  goto bad_close;
         f->hdl = hdl;          f->hdl = hdl;

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