]> code.citadel.org Git - citadel.git/commitdiff
*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Wed, 18 May 2005 22:09:39 +0000 (22:09 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 18 May 2005 22:09:39 +0000 (22:09 +0000)
citadel/serv_fulltext.c
citadel/serv_fulltext.o

index 28aeeba8a6f7d70c452ff26e87b73450bf509d61..ba5591b280041ec05eaac1ca20894b835f4067d8 100644 (file)
@@ -122,7 +122,6 @@ void ft_index_message(long msgnum, int op) {
                                msgs = (long *) cdb_bucket->ptr;
                                        for (j=0; j<num_msgs; ++j) {
                                                if (msgs[j] == msgnum) {
-                                                       lprintf(CTDL_DEBUG, "nix0ring %ld\n", msgs[j]);
                                                        memmove(&msgs[j], &msgs[j+1],
                                                                ((num_msgs - j - 1)*sizeof(long)));
                                                        --num_msgs;
index c9743a61b000f2bfba26aee33b35f5ccba1b49df..427764be4bb740a83c0aa032f2a8a82c6ee0dcd3 100644 (file)
Binary files a/citadel/serv_fulltext.o and b/citadel/serv_fulltext.o differ