]> git.pld-linux.org Git - packages/mc.git/commitdiff
- one more, need to reverse order of applying this and utf8 due to utf8 bcond
authorTomasz Pala <gotar@pld-linux.org>
Tue, 3 Feb 2009 22:16:19 +0000 (22:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mc-no-ws-visible.patch -> 1.4

mc-no-ws-visible.patch

index 9ba1d603d7c6408ed9fd57822c96a99061f7ccb9..581a8089112b523b06708bc3fa03010264659a8f 100644 (file)
@@ -119,7 +119,7 @@ diff -urNp mc-4.6.2-pre1.orig/edit/editdraw.c mc-4.6.2-pre1/edit/editdraw.c
 -                      }
 -                  }
 +                  while (--i)
-+                      *(p++) = c;
++                      p->style = c;
                    break;
 -              case ' ':
 -                  if (use_colors && visible_tws && q >= tws) {
This page took 0.152962 seconds and 4 git commands to generate.