diff --git a/zathura.c b/zathura.c index 9cef085..0e52df1 100644 --- a/zathura.c +++ b/zathura.c @@ -1008,6 +1008,7 @@ open_file(char* path, char* password) char* file = (char*) calloc(sizeof(char), pm); if(!file || !realpath(path, file)) { + notify(ERROR, "File does not exist"); if(file) free(file); return FALSE;