mirror of
https://github.com/sigmasternchen/libsfuid
synced 2025-03-15 07:59:02 +00:00
how has this ever worked...
This commit is contained in:
parent
113383066d
commit
7befb71842
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ int main(int argc, char** argv) {
|
||||||
exit(2);
|
exit(2);
|
||||||
}
|
}
|
||||||
|
|
||||||
char* string = malloc(settings.length);
|
char* string = malloc(settings.length + 1);
|
||||||
|
|
||||||
tmp = sfuid_encode(value, string);
|
tmp = sfuid_encode(value, string);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue