make send_callback_request() and friends take a result handler.
[paraslash.git] / playlist.c
index 5dcac73cbb7c3adf7f77afecb4479b08d502b174..19a913144586a3b574dccef2b874964dbc7c2610 100644 (file)
@@ -133,7 +133,7 @@ int playlist_check_callback(__a_unused const struct osl_object *query,
        osl_rbtree_loop(playlists_table, BLOBCOL_ID, &pb,
                check_playlist);
        result->data = pb.buf;
-       result->size = pb.size;
+       result->size = pb.offset;
        return 1;
 }