summaryrefslogtreecommitdiff
path: root/apps/plugins/invadrox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/invadrox.c')
-rw-r--r--apps/plugins/invadrox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/invadrox.c b/apps/plugins/invadrox.c
index c7d5696d19..fa7cb81e02 100644
--- a/apps/plugins/invadrox.c
+++ b/apps/plugins/invadrox.c
@@ -1511,7 +1511,7 @@ void init_invadrox(void)
1511 1511
1512 if (highscore_load(HISCOREFILE, &hiscore, 1) < 0) { 1512 if (highscore_load(HISCOREFILE, &hiscore, 1) < 0) {
1513 /* Init hiscore to 0 */ 1513 /* Init hiscore to 0 */
1514 rb->strncpy(hiscore.name, "Invader", sizeof(hiscore.name)); 1514 rb->strlcpy(hiscore.name, "Invader", sizeof(hiscore.name));
1515 hiscore.score = 0; 1515 hiscore.score = 0;
1516 hiscore.level = 1; 1516 hiscore.level = 1;
1517 } 1517 }