Skip to content

Fixed a small logical mistake in zathura/utils.c

Carlo Buccisano requested to merge carlo3000_pwmt/zathura:develop into develop

The function file_valid_extension should return True if plugin is different then NULL (i.e. there exists a plugin to handle the file extension, which is therefore valid), not if it is equal.

Merge request reports