]> git.pld-linux.org Git - packages/groff.git/blob - groff-bigendian.patch
- tabs in preamble
[packages/groff.git] / groff-bigendian.patch
1 --- groff-1.18.1.1/src/libs/libdriver/input.cc.orig     2006-01-10 11:11:36.000000000 +0100
2 +++ groff-1.18.1.1/src/libs/libdriver/input.cc  2006-01-10 11:11:52.000000000 +0100
3 @@ -1786,7 +1786,7 @@
4         if (npages <= 0)
5           fatal_command(command);
6         char *str_arg = get_string_arg();
7 -       size_t i = 0;
8 +       int i = 0;
9         while ((c = str_arg[i++]) != '\0') {
10           EnvInt w;
11  #ifdef ENABLE_MULTIBYTE
This page took 0.0206 seconds and 3 git commands to generate.