diff options
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gok/files/patch-gok::gok-scanner.c | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/accessibility/gok/files/patch-gok::gok-scanner.c b/accessibility/gok/files/patch-gok::gok-scanner.c new file mode 100644 index 000000000000..5581380e625c --- /dev/null +++ b/accessibility/gok/files/patch-gok::gok-scanner.c @@ -0,0 +1,16 @@ +--- gok/gok-scanner.c.orig Mon Sep 29 21:04:52 2003 ++++ gok/gok-scanner.c Mon Sep 29 21:05:05 2003 +@@ -220,10 +220,11 @@ + xmlNode *retval = NULL; + int target_lang_len = strlen ((char *)target_lang); + gboolean lang_is_matched = FALSE; ++ gboolean is_lang_match, is_perfect_match; + + gok_log_enter(); +- gboolean is_lang_match = FALSE; +- gboolean is_perfect_match = FALSE; ++ is_lang_match = FALSE; ++ is_perfect_match = FALSE; + /* loop through the document looking for the name string */ + while (pNode != NULL) + { |