Skip to content

Commit c8baeae

Browse files
committed
fix "copied" in pioCopyWithFilters
1 parent edfe9f2 commit c8baeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/file.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5529,6 +5529,7 @@ pioCopyWithFilters(pioWriteFlush_i dest, pioRead_i src,
55295529
path($irepr(dest)),
55305530
wantedSz(read_len), writtenSz(write_len)));
55315531
}
5532+
*copied += write_len;
55325533
}
55335534

55345535
/* pioWriteFinish will check for async error if destination was remote */

0 commit comments

Comments
 (0)