From aaefbcddbbc2fb8c71e0a2ea40f76fce3c18c0aa Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 24 Dec 2021 01:18:33 -0500 Subject: tk/text: strchr() allowed_chars for validation --- (limited to 'src/game.c') diff --git a/src/game.c b/src/game.c index 1db249a..d748b11 100644 --- a/src/game.c +++ b/src/game.c @@ -53,7 +53,7 @@ _mf_game_form(SDL_Renderer *renderer, TTF_Font *text_font, struct _mf_game *game) { game->timer = mftk_text_new(MF_DIGITS ":", 5, "00:00", text_font, - SDL_FALSE, NULL, NULL, NULL, NULL); + SDL_FALSE, NULL, NULL, NULL); return mftk_grid_new(2, 1, MF_ROW_M, MF_COL_M, game->timer, MFTK_GRID_HALIGN_R|MFTK_GRID_VALIGN_T, -- cgit v0.9.1