From 3b98884ace27c541d67dc0c232012dc6b6e5c624 Mon Sep 17 00:00:00 2001 From: RogueMaster Date: Sun, 16 Oct 2022 00:17:26 -0400 Subject: [PATCH] Update dice.c --- applications/plugins/dice/dice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/plugins/dice/dice.c b/applications/plugins/dice/dice.c index cc270b671..2a8e37422 100644 --- a/applications/plugins/dice/dice.c +++ b/applications/plugins/dice/dice.c @@ -30,7 +30,7 @@ typedef struct { uint8_t playerOneScore; uint8_t playerTwoScore; char rollTime[1][15]; - char diceType[1][10]; + char diceType[1][11]; char strings[5][45]; char theScores[1][45]; bool letsRoll;