From a7e4d38b013b1f9dadf6dd4aed438b2da3619f87 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Wed, 8 Jun 2005 22:41:41 +0000 Subject: [PATCH] r10589: more struct-pointer --- tests/time.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/time.lisp b/tests/time.lisp index 89382a8..fe8e305 100644 --- a/tests/time.lisp +++ b/tests/time.lisp @@ -43,7 +43,7 @@ :returning :cstring) (uffi:def-type time-t :unsigned-long) -(uffi:def-type tm-pointer (* tm)) +(uffi:def-type tm-pointer (:struct-pointer tm)) (deftest :time.1 (uffi:with-foreign-object (time 'time-t) -- 2.34.1