X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_query%2Fedln.c;h=ca28b38c3a251b115d6ce93eda84b391dab1db9b;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=99283f40ef71c2b918782582245606a5e264e7bb;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_query/edln.c b/mod_query/edln.c index 99283f4..ca28b38 100644 --- a/mod_query/edln.c +++ b/mod_query/edln.c @@ -1,12 +1,9 @@ /* * 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 - * the Free Software Foundation; either version 2.1 of the License, or - * (at your option) any later version. + * See the included file LICENSE for details. */ #include @@ -644,10 +641,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;