]> git.earman.xyz Git - sensor-watch.git/commitdiff
tarot: fix compiler warning
authorJeremy O'Brien <neutral@fastmail.com>
Thu, 12 Jan 2023 13:34:40 +0000 (08:34 -0500)
committerJeremy O'Brien <neutral@fastmail.com>
Thu, 12 Jan 2023 13:35:25 +0000 (08:35 -0500)
movement/watch_faces/complication/tarot_face.c

index 04c553605a31b2ac9ce7fadbc4b9049affc278b1..e583763c36f51ae6ae4c2e55eeae1da7f6d97c8d 100644 (file)
@@ -75,7 +75,7 @@ static void init_deck(tarot_state_t *state) {
 }
 
 static void tarot_display(tarot_state_t *state) {
-    char buf[9];
+    char buf[10];
     uint8_t card;
     bool flipped;