From 57749c78898f6e6c804d8dea4e6c3b6b62a714cd Mon Sep 17 00:00:00 2001 From: cinnaboot Date: Thu, 22 Jul 2021 20:20:49 -0400 Subject: [PATCH] add FIXME for util_image->file_path --- include/util_image.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/util_image.h b/include/util_image.h index 6bb7e83..db9e8af 100644 --- a/include/util_image.h +++ b/include/util_image.h @@ -13,6 +13,8 @@ struct util_image int32 num_channels; uint data_len; uint8* pixels; + // FIXME: should use a pointer here, and just add the length of file_path + // onto the allocation for util_image char file_path[256]; };