Skip to content

Commit

Permalink
Fix function prototype for MacOS
Browse files Browse the repository at this point in the history
Signed-off-by: Kimball Thurston <kdt3rd@gmail.com>
  • Loading branch information
kdt3rd committed Jan 30, 2021
1 parent 88aa58c commit 5c28fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/OpenEXRCore/openexr_structs.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ int priv_add_part( exr_PRIV_FILE_t *f, exr_PRIV_PART_t **outpart )

/**************************************/

int priv_create_file( exr_PRIV_FILE_t **out, exr_error_handler_cb_t errcb, size_t userdatasz, int isread )
int priv_create_file( exr_PRIV_FILE_t **out, exr_error_handler_cb_t errcb, uint64_t userdatasz, int isread )
{
uint8_t *ptr;
exr_PRIV_FILE_t *ret, nil = {0};
Expand Down

0 comments on commit 5c28fd3

Please sign in to comment.