Skip to content

Commit

Permalink
(giza-io) compiler warning fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljprice committed Dec 2, 2024
1 parent ec70a65 commit b3f1ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/giza-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ _giza_get_log_file (char *string, int len)
void
_giza_write_log_file (cairo_surface_t *surface)
{
char msg[80];
char msg[120];
char string[80];
_giza_get_log_file(string,sizeof(string));
sprintf(msg,"writing %s",string);
Expand Down

0 comments on commit b3f1ea5

Please sign in to comment.