X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=mood.c;h=2e562f4fefdd0a559aa37329ddafddfd2d861316;hb=0a3b9b83c371c71e41ba8470affef0fa0a7fba08;hp=98bbb8d90d192b410fd1b22202da8461799f57a4;hpb=6d5a56308a3a833b08ae0e3692b794fb6122ea60;p=paraslash.git diff --git a/mood.c b/mood.c index 98bbb8d9..2e562f4f 100644 --- 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; }