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]; };