diff options
-rwxr-xr-x | bin/impressive-display | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/impressive-display b/bin/impressive-display index 91d9296..ad97ada 100755 --- a/bin/impressive-display +++ b/bin/impressive-display @@ -390,7 +390,7 @@ function download_pdffile { mv "$pdffile_downloaded.new" "$pdffile_downloaded" elif [[ $pdf_extension = pdf ]] && pdfinfo "$pdffile_downloaded" 1>/dev/null 2>/dev/null; then # This is a PDF file - merge portrait documents - merge_portrait_documents + merge_portrait_documents "$pdffile_downloaded" fi # If this is the top-level download call, compare the two directories |