r1615: *** empty log message ***
[uffi.git] / examples / union.cl
index 197332f168e0a04b843640241aa96daefd57f47c..b876699b6f1fd7ae5fc312e47a16c049f9351c25 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: union.cl,v 1.1 2002/03/21 07:56:45 kevin Exp $
+;;;; $Id: union.cl,v 1.2 2002/03/21 08:30:10 kevin Exp $
 ;;;;
 ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -27,7 +27,7 @@
 
 (defun test-union-1 ()
   (let ((u (uffi:allocate-foreign-object tunion1)))
-    (setf (uffi:get-slot-value u 'tunion1 'int) 
+    (setf (uffi:get-slot-value u 'tunion1 'uint) 
       (+ (char-code #\A) 
         (* 256 (char-code #\B))
         (* 65536 (char-code #\C))