summaryrefslogtreecommitdiff
path: root/apps/pdfshow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/pdfshow.c')
-rw-r--r--apps/pdfshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pdfshow.c b/apps/pdfshow.c
index ba12ba09..ef301944 100644
--- a/apps/pdfshow.c
+++ b/apps/pdfshow.c
@@ -39,7 +39,7 @@ void openxref(char *filename, char *password)
{
int okay = pdf_setpassword(xref->crypt, password);
if (!okay)
- die(fz_throw("invalid password"));
+ fz_warn("invalid password, attempting to continue.");
}
/* TODO: move into mupdf lib, see pdfapp_open in pdfapp.c */