]> git.ipfire.org Git - thirdparty/systemd.git/commit
delta: check if a prefix needs to be skipped only once
authorFranck Bui <fbui@suse.com>
Mon, 4 Dec 2017 10:36:17 +0000 (11:36 +0100)
committerFranck Bui <fbui@suse.com>
Mon, 4 Dec 2017 11:40:46 +0000 (12:40 +0100)
commit7ddc01a5e03ccb068382aa1df9934591ec9824fb
tree640a3402e6b1e4a121c4758236538120dea8120b
parentfc11a1a2041a9050e4aab7fa7bde67f5fd6a3a73
delta: check if a prefix needs to be skipped only once

The condition is already tested later by process_fix() therefore there's no
need the check in process_suffix_chop() since it will end up calling
process_fix() anyways.
src/delta/delta.c