From 64bddaa44bdf64e63ead15c80f1c2d4a4a60c48e Mon Sep 17 00:00:00 2001 From: Martin Mares <mj@ucw.cz> Date: Fri, 1 Jul 2016 17:48:36 +0200 Subject: [PATCH] XCPT: Fixed a typo in attribute name --- cups-xcpt/xcpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cups-xcpt/xcpt.c b/cups-xcpt/xcpt.c index 280b913..ea6e50d 100644 --- a/cups-xcpt/xcpt.c +++ b/cups-xcpt/xcpt.c @@ -462,7 +462,7 @@ static void gen_job_template(void) // Saved jobs are not supported at the moment xcpt_collection_open("job-save-disposition"); - xcpt_keyword("save", "none"); + xcpt_keyword("save-disposition", "none"); xcpt_close(); // We leave printing of banner sheets to CUPS itself -- GitLab