aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-09-10 17:18:10 +0200
committerThomas White <taw@physics.org>2022-06-02 12:15:38 +0200
commit65b0ee1d76dc47a9d890f94a309b1947260f74ef (patch)
tree567d13698392a76151b01af005bd89bed6b9f5dd /src
parent24d180fc0173c8f577ffbb3394b612c19fa161ff (diff)
ASAP::O: Pass through data block size
Diffstat (limited to 'src')
-rw-r--r--src/im-asapo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/im-asapo.c b/src/im-asapo.c
index c44f05a7..5f4f2b65 100644
--- a/src/im-asapo.c
+++ b/src/im-asapo.c
@@ -148,6 +148,7 @@ void *im_asapo_fetch(struct im_asapo *a, size_t *pdata_size)
asapo_free_handle(&meta);
asapo_free_handle(&data);
+ *pdata_size = msg_size;
return data_copy;
}