mirror of
https://github.com/NeoFlock/neonucleus.git
synced 2025-09-24 09:03:32 +02:00
fixed
This commit is contained in:
parent
786c2e8014
commit
5c07affec0
@ -192,7 +192,7 @@ const char *nn_toString(nn_value val, size_t *len) {
|
||||
l = val.string->len;
|
||||
}
|
||||
|
||||
if(len == NULL) *len = l;
|
||||
if(len != NULL) *len = l;
|
||||
return c;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user