diff options
| author | johannes <johannes.herman@gmail.com> | 2024-02-09 20:09:42 +0100 |
|---|---|---|
| committer | johannes <johannes.herman@gmail.com> | 2024-02-09 20:09:42 +0100 |
| commit | 5fa16e90770a73bba17efa23bf8b24a0d48e3a81 (patch) | |
| tree | 519c319762ba955e0a6788696b33dcbcbecd04a2 /src/pack.c | |
| parent | 26b74cfde46e3ed0be4759946ab5ab43cc5d669b (diff) | |
added change name and skin functions
Diffstat (limited to 'src/pack.c')
| -rw-r--r-- | src/pack.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
