X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mood.c;h=2e562f4fefdd0a559aa37329ddafddfd2d861316;hp=98bbb8d90d192b410fd1b22202da8461799f57a4;hb=0a3b9b83;hpb=25f41ad9243f73f2027c69c8dac9be39cdb506bb 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; }