]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - mood.c
make send_callback_request() and friends take a result handler.
[paraslash.git] / mood.c
diff --git a/mood.c b/mood.c
index 98bbb8d90d192b410fd1b22202da8461799f57a4..2e562f4fefdd0a559aa37329ddafddfd2d861316 100644 (file)
--- a/mood.c
+++ b/mood.c
@@ -569,7 +569,7 @@ int mood_check_callback(__a_unused const struct osl_object *query,
        osl_rbtree_loop(moods_table, BLOBCOL_ID, &pb,
                check_mood);
        result->data = pb.buf;
-       result->size = pb.size;
+       result->size = pb.offset;
        return 1;
 }