]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_query/edln.c
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_query / edln.c
index 99283f40ef71c2b918782582245606a5e264e7bb..911dee734174b03f4ba70071230015088b64af78 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/mod_query/edln.c
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * Copyright (c) Tuomo Valkonen 1999-2007
  *
  * Ion is free software; you can redistribute it and/or modify it under
  * the terms of the GNU Lesser General Public License as published by
@@ -644,10 +644,10 @@ static int search(Edln *edln, int from, bool bwd, bool match)
         char *tmpstr=history_search_str(edln);
         if(tmpstr==NULL)
             return edln->histent;
-        e=mod_query_history_search(tmpstr, from, bwd);
+        e=mod_query_history_search(tmpstr, from, bwd, FALSE);
         free(tmpstr);
     }else{
-        e=mod_query_history_search(edln->context, from, bwd);
+        e=mod_query_history_search(edln->context, from, bwd, FALSE);
     }
     
     return e;