mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Partially complete rework of all the decoders to avoid seeking inside the
fluxmap. This requires resetting the FluxDecoder, which loses any pending state, resulting in bad reads for (some) formats which don't have gaps between sectors --- the DVK MX is the main victim.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
tmp=/tmp/$$
|
||||
format=$1
|
||||
tmp=/tmp/$$-$format
|
||||
srcfile=$tmp.src.img
|
||||
fluxfile=$tmp.$2
|
||||
destfile=$tmp.dest.img
|
||||
format=$1
|
||||
shift
|
||||
shift
|
||||
|
||||
|
||||
Reference in New Issue
Block a user