]> git.pld-linux.org Git - packages/courier.git/blob - courier-werror.patch
perl 5.38.0 rebuild
[packages/courier.git] / courier-werror.patch
1 diff -ur courier-0.71.orig/webmail/pcp.c courier-0.71/webmail/pcp.c
2 --- courier-0.71.orig/webmail/pcp.c     2011-04-04 13:03:52.000000000 +0000
3 +++ courier-0.71/webmail/pcp.c  2013-08-08 07:18:41.645108559 +0000
4 @@ -1518,7 +1518,7 @@
5                         printf("</span></td><td width=\"30\">&nbsp;</td><td width=\"100%%\"><span class=\"tt\">");
6                         if (p->address && strcmp(p->address, "@"))
7                         {
8 -                               printf(getarg("CONFLICTERR2"));
9 +                               printf("%s", getarg("CONFLICTERR2"));
10                                 print_safe(p->address);
11                         }
12                         else
13 diff -ur courier-0.71.orig/webmail/sqwebmail.c courier-0.71/webmail/sqwebmail.c
14 --- courier-0.71.orig/webmail/sqwebmail.c       2011-04-04 13:03:52.000000000 +0000
15 +++ courier-0.71/webmail/sqwebmail.c    2013-08-08 07:33:56.217108557 +0000
16 @@ -1097,7 +1097,7 @@
17                                 c=strchr(c, '.');
18                                 if (c)
19                                 {
20 -                                       printf(sep);
21 +                                       printf("%s", sep);
22                                         print_safe(c+1);
23                                 }
24                         }
This page took 0.121503 seconds and 3 git commands to generate.