mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-10 19:22:10 +01:00
12 lines
271 B
Diff
12 lines
271 B
Diff
--- a/manage.c
|
|
+++ b/manage.c
|
|
@@ -394,7 +394,7 @@
|
|
|
|
New = (PlayerData *)malloc(sizeof(PlayerData));
|
|
|
|
- sprintf(New->Rec[0].name,name);
|
|
+ sprintf(New->Rec[0].name, "%s", name);
|
|
New->Rec[0].score = 0;
|
|
New->Rec[0].stage = 0;
|
|
New->Rec[0].loop = 0;
|