From e7f066acd55f728fa55d5f91c2cdc77434119da5 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 8 Jun 2005 22:11:33 +0000 Subject: [PATCH] r10587: change return type to :struct-pointer --- tests/time.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/time.lisp b/tests/time.lisp index 78accd2..25a876f 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -39,7 +39,7 @@ :returning (* tm)) (uffi:def-function "asctime" - ((time (* tm))) + ((time (:struct-pointer tm))) :returning :cstring) (uffi:def-type time-t :unsigned-long) -- 2.34.1