mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-16 19:16:42 +02:00
11 lines
271 B
Diff
11 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;
|