mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSearch.ml


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/daemon/common/commonSearch.ml
Date: Wed, 06 Jul 2005 20:25:49 -0400

Index: mldonkey/src/daemon/common/commonSearch.ml
diff -u mldonkey/src/daemon/common/commonSearch.ml:1.13 
mldonkey/src/daemon/common/commonSearch.ml:1.14
--- mldonkey/src/daemon/common/commonSearch.ml:1.13     Wed Apr 20 16:17:52 2005
+++ mldonkey/src/daemon/common/commonSearch.ml  Thu Jul  7 00:25:45 2005
@@ -763,7 +763,7 @@
 let rec mftp_query_of_query_entry qe =
   match qe with
     Q_AND ([]) -> QNone
-  | Q_AND [_] -> lprintf "Q_AND [_]\n"; QNone
+  | Q_AND [_] -> lprintf_nl "Q_AND [_]"; QNone
   | Q_COMBO _ -> assert false
   | Q_AND (h :: q) ->
       List.fold_left
@@ -771,7 +771,7 @@
        (mftp_query_of_query_entry h)
        q
 
-  | Q_OR [_] -> lprintf "Q_OR [_]\n"; QNone
+  | Q_OR [_] -> lprintf_nl "Q_OR [_]"; QNone
   | Q_OR ([]) -> QNone
   | Q_OR (h :: q) ->
       List.fold_left
@@ -924,4 +924,4 @@
       ) searches_by_num;
       Printf.bprintf buf "  Memorized searches: %d\n" !counter;
       Printf.bprintf buf "  Memorized items: %d\n" !items;
-  )
\ No newline at end of file
+  )




reply via email to

[Prev in Thread] Current Thread [Next in Thread]