mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 17:53:45 +01:00
Resolve signed/unsigned comparison warning
This commit is contained in:
parent
65bd545222
commit
6de5978127
@ -32,7 +32,7 @@ compare_case_insensitive(const char* str1, const char* str2)
|
||||
|
||||
static girara_list_t*
|
||||
list_files(zathura_t* zathura, const char* current_path, const char* current_file,
|
||||
int current_file_length, bool is_dir, bool check_file_ext)
|
||||
unsigned int current_file_length, bool is_dir, bool check_file_ext)
|
||||
{
|
||||
if (zathura == NULL || zathura->ui.session == NULL || current_path == NULL) {
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user