diff options
author | Oxore <oxore@protonmail.com> | 2017-05-25 18:41:18 +0700 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2017-05-25 18:41:18 +0700 |
commit | d66b6169cf254cd0d7c83354170824c39a663ad5 (patch) | |
tree | e7559a88fb35c15f0e83de78b41cd3a8bba4a93e /src/functions.c | |
parent | 5a8b79c468578cd5226d8a543324835ca6978103 (diff) |
Makefile added, README.md updated
Diffstat (limited to 'src/functions.c')
-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 499a085..603cc5f 100644 --- a/src/functions.c +++ b/src/functions.c @@ -135,7 +135,7 @@ void scoreDisplay() { for (int i=0;i<7;i++) { a[i] = b[i]; } - scoreDisp = &a; + scoreDisp = (char *)&a; sfText_setString(textScore, scoreDisp); } |