Commit ad8739f
fix continue_in_progress_write() pointer arithmetic error
Erroneous use of the location of the pointer, rather than the pointer itself
Previously, any follow on write in continue_in_progress_write() would fail
with various errors, and likely include random bursts of 0s in the data stream1 parent b4a9421 commit ad8739f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
677 | 677 | | |
678 | 678 | | |
679 | 679 | | |
680 | | - | |
| 680 | + | |
681 | 681 | | |
682 | 682 | | |
683 | 683 | | |
| |||
0 commit comments