Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 916516 Details for
Bug 931847
net-print/cnrdrvcups-lb-5.80 installs files with broken symlink
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
removed wrong patch
replace_incorrect_int_with_char.patch (text/plain), 770 bytes, created by
melser_regs@gmxpro.net
on 2025-01-14 14:49:48 UTC
(
hide
)
Description:
removed wrong patch
Filename:
MIME Type:
Creator:
melser_regs@gmxpro.net
Created:
2025-01-14 14:49:48 UTC
Size:
770 bytes
patch
obsolete
>Fixes Build failed with error: passing argument 3 of 'add_param_int' makes integer from pointer without a cast >https://bugs.gentoo.org/944806 >The actual patch is taken from https://aur.archlinux.org/cgit/aur.git/tree/replace_incorrect_int_with_char.patch?h=cnrdrvcups-lb > >--- a/cnrdrvcups-lb-5.80/cngplp/cngplpmod/execjob.c >+++ b/cnrdrvcups-lb-5.80/cngplp/cngplpmod/execjob.c >@@ -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; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 931847
:
892849
|
916516
|
916517