diff options
| author | Mark Murray <markm@FreeBSD.org> | 2004-03-05 08:10:19 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2004-03-05 08:10:19 +0000 |
| commit | 16fc3635f7aec3852abfc6dd77f89baef91f22fa (patch) | |
| tree | 524ae0ef30bcdfacb05b3c2b01e1c48e80d93e3b /bin/pax | |
| parent | 5af2e7de06321c8f6aaa876fa79bf08870e8911c (diff) | |
Notes
Diffstat (limited to 'bin/pax')
| -rw-r--r-- | bin/pax/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pax/options.c b/bin/pax/options.c index 1475e89c9527e..c328e796875eb 100644 --- a/bin/pax/options.c +++ b/bin/pax/options.c @@ -1256,7 +1256,7 @@ cpio_options(int argc, char **argv) */ maxflt = 0; while ((str = getline(stdin)) != NULL) { - ftree_add(str, NULL); + ftree_add(str, 0); } if (getline_error) { paxwarn(1, "Problem while reading stdin"); |
