From: Kevin M. Rosenberg Date: Wed, 8 Jun 2005 22:11:33 +0000 (+0000) Subject: r10587: change return type to :struct-pointer X-Git-Tag: v1.6.1~48 X-Git-Url: http://git.kpe.io/?p=uffi.git;a=commitdiff_plain;h=e7f066acd55f728fa55d5f91c2cdc77434119da5;hp=efec53a77aad71856873ab85c2fec4da2ba9f283 r10587: change return type to :struct-pointer --- 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)