From 5fa16e90770a73bba17efa23bf8b24a0d48e3a81 Mon Sep 17 00:00:00 2001 From: johannes Date: Fri, 9 Feb 2024 20:09:42 +0100 Subject: added change name and skin functions --- src/pack.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pack.c') diff --git a/src/pack.c b/src/pack.c index 9e1d4fe..c446f56 100644 --- a/src/pack.c +++ b/src/pack.c @@ -119,6 +119,7 @@ void intstostr(const int *ints, int num, char *str) ints++; num--; } + str[-1] = 0; } void strtoint(const char *str, int num, int *ints) -- cgit v1.2.3