diff options
Diffstat (limited to 'support/test-container.c')
| -rw-r--r-- | support/test-container.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/test-container.c b/support/test-container.c index ebcc722da5..54896280a2 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -440,7 +440,7 @@ copy_one_file (const char *sname, const char *dname) if (dfd < 0) FAIL_EXIT1 ("unable to open %s for writing\n", dname); - xcopy_file_range (sfd, 0, dfd, 0, st.st_size, 0); + xcopy_file_range (sfd, NULL, dfd, NULL, st.st_size, 0); xclose (sfd); xclose (dfd); |
