diff options
author | Thomas White <taw@physics.org> | 2021-09-10 17:18:10 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2022-06-02 12:15:38 +0200 |
commit | 65b0ee1d76dc47a9d890f94a309b1947260f74ef (patch) | |
tree | 567d13698392a76151b01af005bd89bed6b9f5dd /src | |
parent | 24d180fc0173c8f577ffbb3394b612c19fa161ff (diff) |
ASAP::O: Pass through data block size
Diffstat (limited to 'src')
-rw-r--r-- | src/im-asapo.c | 1 |
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; } |