diff options
author | Oxore <oxore@protonmail.com> | 2017-06-06 06:40:07 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-06-06 06:40:07 +0700 |
commit | 982152f3bade5e91e8971e55bab1c305ac02eba2 (patch) | |
tree | a6dde2f799954350ee1a93758a640b346edb5ef1 | |
parent | d98f18b64b9f1fb7c0a181c9cf1d33eb610e793d (diff) |
possible macos fail reason have been removed
-rw-r--r-- | src/functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/functions.c b/src/functions.c index 603cc5f..a0a72e4 100644 --- a/src/functions.c +++ b/src/functions.c @@ -126,7 +126,7 @@ void initAll() { void scoreDisplay() { char a[64]; - char b[7]; + char b[8]; sprintf(b, "Score: "); sprintf(a, "%d", scoreCurrent); for (int i=63;i>=7;i--) { |