From 5e2783b6a8a65aba17789aa388c320bb85804d45 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 4 Apr 2025 15:11:53 -0400 Subject: pkstn: INCONVERTIBLE overhaul --- pkuuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkuuid.h') diff --git a/pkuuid.h b/pkuuid.h index 6a89e77..6ab7029 100644 --- a/pkuuid.h +++ b/pkuuid.h @@ -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; } } -- cgit v1.2.3