]> git.pld-linux.org Git - packages/pinfo.git/commitdiff
- update from debian
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 4 Nov 2005 21:45:43 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pinfo-sig11.patch -> 1.2

pinfo-sig11.patch

index 263790684182d8d33b893302acb7d2e387f2c6c6..ef57e49a8e87e9e159bbf238595febfe24743014 100644 (file)
@@ -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);
This page took 0.09273 seconds and 4 git commands to generate.