X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Ftime.lisp;h=25a876fbfd96e613de36de24f08f28df1c48afb1;hb=e7f066acd55f728fa55d5f91c2cdc77434119da5;hp=78accd28bf47f3a4f56b3652a97420d4b47e1c14;hpb=0824453227a26da41a3929c9117b66714980414b;p=uffi.git 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)