Commit 51e7299
fix: only skip offset
The dd option skip seeks the input stream. An additional count reads the
specified bytes from the input and outputs it. This causes the last bytes
read to be incorrect.1 parent a20c7bd commit 51e7299
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments