X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=examples%2Funion.cl;fp=examples%2Funion.cl;h=b876699b6f1fd7ae5fc312e47a16c049f9351c25;hb=1796f8c038481234982c983cb0ee611c3ffac4c6;hp=197332f168e0a04b843640241aa96daefd57f47c;hpb=d3f9b63d9227cc2fb7b978e4b40b9592c04852ab;p=uffi.git diff --git a/examples/union.cl b/examples/union.cl index 197332f..b876699 100644 --- a/examples/union.cl +++ b/examples/union.cl @@ -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))