mirror of
https://github.com/m00natic/vlfi.git
synced 2025-01-18 12:05:31 +00:00
Fix detection of good chunk start.
This commit is contained in:
parent
9343095096
commit
47c154cc1f
@ -253,7 +253,7 @@ Return number of bytes moved back for proper decoding."
|
||||
buffer-file-coding-system t)))))
|
||||
(if strict
|
||||
(not (zerop diff))
|
||||
(or (< diff 0) (< 3 diff)))))
|
||||
(or (< diff -3) (< 0 diff)))))
|
||||
(setq shift (1+ shift)
|
||||
safe-start (1- safe-start)
|
||||
chunk-size (1+ chunk-size))
|
||||
|
Loading…
x
Reference in New Issue
Block a user