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