diff options
author | Pixel <Pixel> | 2001-12-04 00:02:52 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2001-12-04 00:02:52 +0000 |
commit | c0fc6d58ffd11919ad9ba845c13cb00fd7fadff2 (patch) | |
tree | 115db0d207ae75a6ac1e4e504ae59d5975bc1f47 /lib/CopyJob.cc | |
parent | 4c92126b8eb52a43ccef28be0155374f2e6f7490 (diff) |
Small changes
Diffstat (limited to 'lib/CopyJob.cc')
-rw-r--r-- | lib/CopyJob.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CopyJob.cc b/lib/CopyJob.cc index 8524b17..864706b 100644 --- a/lib/CopyJob.cc +++ b/lib/CopyJob.cc @@ -2,7 +2,7 @@ #include "General.h" #include "config.h" -CopyJob::CopyJob(Handle * as, Handle * ad, ssize_t asiz, bool ads, int az) : s(as), d(ad), ds(ads), siz(asiz), cursiz(0), r(0) { +CopyJob::CopyJob(Handle * as, Handle * ad, ssize_t asiz, bool ads) : s(as), d(ad), ds(ads), siz(asiz), cursiz(0), r(0) { s->SetNonBlock(); d->SetNonBlock(); WaitFor(s, W4_READING); |