From 520a98fd73faddfddcbef75ac0609c7ca745a542 Mon Sep 17 00:00:00 2001 From: ame Date: Sat, 10 Aug 2024 23:48:17 -0500 Subject: malloc mutex_t --- tests/h.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/h.lua b/tests/h.lua index 9717650..dfe5f79 100644 --- a/tests/h.lua +++ b/tests/h.lua @@ -6,6 +6,6 @@ local a = llib.crypto.sha1() local b = llib.thread.buffer(a) llib.io.pprint(a) -llib.io.pprint(b) +llib.io.pprint(b:get()) llib.io.pprint((b + "meow"):final()) -- cgit v1.2.3