Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/woip/py/wp.i
diff options
context:
space:
mode:
Diffstat (limited to 'woip/py/wp.i')
-rw-r--r--woip/py/wp.i4
1 files changed, 2 insertions, 2 deletions
diff --git a/woip/py/wp.i b/woip/py/wp.i
index 432811e..d2080df 100644
--- a/woip/py/wp.i
+++ b/woip/py/wp.i
@@ -26,7 +26,7 @@
%module wp
%{
-#include "../../c/wp.h"
+#include "../c/wp.h"
#define MAXRES 40
#define MAXSTR 1024
@@ -103,7 +103,7 @@ int wp_article_exists(char *name) {
__exact_match = name;
__got_match = 0;
debug("wp_article_exists(%s)", name);
- search(&d.index, name, __handle_exact_match, NULL, true, true);
+ search(&d.index, name, __handle_exact_match, NULL, false, true);
return __got_match;
}