blob: afcf36a09c30ec2895ff13ec9b2c65a2972f26c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- execjob.c 2024-01-08 04:18:42.000000000 +0100
+++ execjob.c.new 2024-08-06 17:13:52.234522912 +0200
@@ -1161,7 +1161,7 @@
ptr_param += num;
list_num += num;
if (strlen(ppd_opt->job_result_notice_address) > 0){
- num = add_param_int(ptr_param, kPPD_Items_CNJobResultNoticeAddress, ppd_opt->job_result_notice_address);
+ num = add_param_char(ptr_param, kPPD_Items_CNJobResultNoticeAddress, ppd_opt->job_result_notice_address);
ptr_param += num;
list_num += num;
}
|