Author: arekm Date: Fri Nov 4 21:45:48 2005 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update from debian
---- Files affected:
SOURCES:
pinfo-sig11.patch (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SOURCES/pinfo-sig11.patch
diff -u SOURCES/pinfo-sig11.patch:1.1 SOURCES/pinfo-sig11.patch:1.2
--- SOURCES/pinfo-sig11.patch:1.1 Sat Sep 25 05:22:53 2004
+++ SOURCES/pinfo-sig11.patch Fri Nov 4 22:45:43 2005
@@ -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);
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/pinfo-sig11.patch?r1=1.1&r2=1.2&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit