From f895870614b0f892353b4a95266492577a9c968b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Fri, 4 Nov 2005 21:45:43 +0000 Subject: [PATCH] - update from debian Changed files: pinfo-sig11.patch -> 1.2 --- pinfo-sig11.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pinfo-sig11.patch b/pinfo-sig11.patch index 2637906..ef57e49 100644 --- a/pinfo-sig11.patch +++ b/pinfo-sig11.patch @@ -1,12 +1,13 @@ diff -urN pinfo-0.6.8/src/video.c pinfo-0.6.8.patch/src/video.c --- pinfo-0.6.8/src/video.c 2002-07-21 20:42:00.000000000 +0200 +++ pinfo-0.6.8.patch/src/video.c 2004-09-25 05:20:10.042759936 +0200 -@@ -66,7 +66,7 @@ +@@ -66,7 +66,8 @@ attrset (normal); for (i = pos; (i < lines) && (i < pos + maxy - 2); i++) { - int tmp = strlen (message[i]) - 1; + int tmp = strlen (message[i]); ++ if (tmp) tmp--; message[i][tmp] = 0; if(tmp>column) mvaddstr (i + 1 - pos, 0, message[i]+column); -- 2.43.0