]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/groff-char_block.patch
Merge branch 'next' into arm-port
[people/teissler/ipfire-2.x.git] / src / patches / groff-char_block.patch
1 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=356248
2
3 --- ./src/devices/grohtml/post-html.cc~ 2006-03-10 16:11:34.000000000 +0000
4 +++ ./src/devices/grohtml/post-html.cc 2006-03-10 16:12:11.000000000 +0000
5 @@ -261,7 +261,7 @@
6 char_block *next;
7
8 char_block();
9 - char_block::char_block(int length);
10 + char_block(int length);
11 };
12
13 char_block::char_block()
14