Skip to content

Commit

Permalink
increase buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel-hrvs authored Aug 8, 2024
1 parent d3eb62f commit ffa775f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/studio/config.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ static void saveOptions(Config* config)
{
const struct StudioOptions* options = &config->data.options;

char buf[1184];
char buf[2048];
snprintf(buf, sizeof(buf), JSON(
{
#if defined(CRT_SHADER_SUPPORT)
Expand Down

0 comments on commit ffa775f

Please sign in to comment.