aboutsummaryrefslogtreecommitdiff
path: root/print/psutils-letter/files/patch-pserror.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/psutils-letter/files/patch-pserror.c')
-rw-r--r--print/psutils-letter/files/patch-pserror.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/psutils-letter/files/patch-pserror.c b/print/psutils-letter/files/patch-pserror.c
deleted file mode 100644
index a758c5408984..000000000000
--- a/print/psutils-letter/files/patch-pserror.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- pserror.c.orig 2011-06-21 04:20:14.000000000 +0900
-+++ pserror.c 2011-06-21 04:20:31.000000000 +0900
-@@ -24,7 +24,7 @@
- void message(int flags, char *format, ...)
- {
- va_list args ;
-- static column = 0 ; /* current screen column for message wrap */
-+ static int column = 0 ; /* current screen column for message wrap */
- char msgbuf[MAX_MESSAGE] ; /* buffer in which to put the message */
- char *bufptr = msgbuf ; /* message buffer pointer */
-