sixel: verify-sixels: check for bad list order last

This commit is contained in:
Daniel Eklöf 2020-10-04 13:10:25 +02:00
parent 0876c7eafe
commit da866f6453
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -201,8 +201,8 @@ static bool
verify_sixels(const struct terminal *term)
{
return (verify_no_wraparound_crossover(term) &&
verify_list_order(term) &&
verify_no_overlap(term));
verify_no_overlap(term) &&
verify_list_order(term));
}
static void