]> git.pld-linux.org Git - packages/aspell.git/commitdiff
- fix generation of filter configuration keys
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 3 Dec 2008 15:42:52 +0000 (15:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspell-mk-static-filter.pl.patch -> 1.1

aspell-mk-static-filter.pl.patch [new file with mode: 0644]

diff --git a/aspell-mk-static-filter.pl.patch b/aspell-mk-static-filter.pl.patch
new file mode 100644 (file)
index 0000000..7ff6633
--- /dev/null
@@ -0,0 +1,11 @@
+--- gen/mk-static-filter.pl.orig       2007-12-03 07:43:09.000000000 +0100
++++ gen/mk-static-filter.pl    2008-04-18 22:34:26.000000000 +0200
+@@ -159,7 +159,7 @@
+   printf STATICFILTERS "\n  const KeyInfo * ".${$filter}{"NAME"}."_options_begin = ".
+                                               ${$filter}{"NAME"}."_options;\n";
+   # If structure is empty, set options_end to same as options_begin.
+-  if (%{$filter}) {
++  if ($firstopt) {
+     printf STATICFILTERS "\n  const KeyInfo * ".${$filter}{"NAME"}."_options_end = ".
+                                                 ${$filter}{"NAME"}."_options;\n";
+   } else {
This page took 0.171526 seconds and 4 git commands to generate.