]> git.pld-linux.org Git - packages/aspell.git/blob - aspell-buffer-fix.patch
- added info patch (direntry unifications)
[packages/aspell.git] / aspell-buffer-fix.patch
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 @@
4  
5    } else if (argv[1][0] == 'd') {
6      
7 -    char cur[256];
8 +    char cur[BUFSIZE];
9      int i;
10      int c;
11  
This page took 0.039687 seconds and 3 git commands to generate.