mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
- Fix build with gcc-2.95
This commit is contained in:
parent
db82381f17
commit
bb59a4ed77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135718
1 changed files with 14 additions and 0 deletions
14
mail/pfqueue/files/patch-pfqueue.c
Normal file
14
mail/pfqueue/files/patch-pfqueue.c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- pfqueue.c.orig Fri May 20 12:26:17 2005
|
||||
+++ pfqueue.c Fri May 20 19:21:56 2005
|
||||
@@ -562,9 +562,10 @@
|
||||
|
||||
// Sets the list window title
|
||||
void win_listtitle() {
|
||||
+ char buf[BUF_SIZE];
|
||||
+
|
||||
wattron ( lwnd, A_BOLD );
|
||||
|
||||
- char buf[BUF_SIZE];
|
||||
sprintf ( buf, "Queue: '%s', %d message%s, %d tagged %s %s %s",
|
||||
q_names[CURQ], NUMMSG,
|
||||
( NUMMSG != 1 ? "s" : "" ),
|
Loading…
Add table
Reference in a new issue