]> git.pld-linux.org Git - packages/aspell.git/blame - aspell-buffer-fix.patch
- epoch 3 to allow upgrade from 3:0.50.5 (AC-branch)
[packages/aspell.git] / aspell-buffer-fix.patch
CommitLineData
1075a244 1--- aspell-0.60/prog/compress.c.orig 2004-08-31 12:57:35.925151752 +0200
2+++ aspell-0.60/prog/compress.c 2004-08-31 13:06:28.722154296 +0200
3@@ -93,7 +93,7 @@
fda96dde 4
5 } else if (argv[1][0] == 'd') {
6
7- char cur[256];
1075a244 8+ char cur[BUFSIZE];
fda96dde 9 int i;
10 int c;
11
This page took 0.066403 seconds and 4 git commands to generate.