pwmt / zathura

Document viewer

Home Page:https://pwmt.org/projects/zathura

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fixed a small logical mistake in zathura/utils.c - [merged]

sebastinas opened this issue · comments

On GitLab by @carlo3000_pwmt on Dec 15, 2023, 11:24


Merges develop -> 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.

mentioned in commit fbbfbbd