summaryrefslogtreecommitdiff
path: root/amiga/save_pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/save_pdf.c')
-rw-r--r--amiga/save_pdf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/save_pdf.c b/amiga/save_pdf.c
index c1a6537a8..16592215b 100644
--- a/amiga/save_pdf.c
+++ b/amiga/save_pdf.c
@@ -44,6 +44,8 @@ bool save_as_pdf(struct hlcache_handle *c, const char *path)
{
struct print_settings *psettings;
+ if(!ami_download_check_overwrite(path, NULL)) return false;
+
psettings = print_make_settings(PRINT_OPTIONS, path, &haru_nsfont);
if (psettings == NULL)
return false;