Skip to content

Commit

Permalink
remove one too many 256es
Browse files Browse the repository at this point in the history
  • Loading branch information
treellama committed Aug 21, 2024
1 parent d5ccdf5 commit 828df44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source_Files/Misc/preferences_widgets_sdl.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ w_env_select(const char *path, const char *m, Typecode t, dialog *d)
}
else
{
snprintf(item_name, 256, "[?%s]", FileSpecifier::HideExtension(filename).c_str(), 256);
snprintf(item_name, 256, "[?%s]", FileSpecifier::HideExtension(filename).c_str());
}

set_selection(item_name);
Expand Down

0 comments on commit 828df44

Please sign in to comment.