]> git.pld-linux.org Git - packages/recode.git/blob - recode-format.patch
d2efdb4e1794b646ac170d742edaff2ef8a28996
[packages/recode.git] / recode-format.patch
1 --- recode-3.6/src/names.c.orig 2012-10-21 17:18:20.230127254 +0200
2 +++ recode-3.6/src/names.c      2012-10-21 17:20:09.311782629 +0200
3 @@ -892,7 +892,7 @@
4             if (ucs2 >= 0)
5               printf (format, code);
6             else if (mnemonic || counter2 != 112)
7 -             printf (blanks);
8 +             fputs (blanks, stdout);
9  
10             if (mnemonic)
11               printf (counter2 == 112 ? " %s\n" : " %-3s", mnemonic);
This page took 0.062907 seconds and 2 git commands to generate.