diff options
Diffstat (limited to 'pkuuid.h')
| -rw-r--r-- | pkuuid.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -168,7 +168,7 @@ bool pk_uuid_parse(const char *s, struct pk_uuid *uuid) } c[0] = s[k]; c[1] = s[k+1]; - if (pk_stn_uint8_t(&uuid->uuid[kk], c, 16) != PK_STN_RES_SUCCESS) { + if (pk_stn_uint8_t(&uuid->uuid[kk], c, nullptr, 16) != PK_STN_RES_SUCCESS) { goto err_out; } } |
