r1702: *** empty log message ***
[clsql.git] / interfaces / clsql-uffi / clsql-uffi.cl
index a4cb44b621f5169cf11dab8c167f6c72f8fe291d..82040878abcf6b3769d7415c1f7db8b1c78bab3d 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmers:   Kevin M. Rosenberg
 ;;;; Date Started:  Mar 2002
 ;;;;
-;;;; $Id: clsql-uffi.cl,v 1.2 2002/03/27 12:09:39 kevin Exp $
+;;;; $Id: clsql-uffi.cl,v 1.3 2002/03/29 09:51:20 kevin Exp $
 ;;;;
 ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -64,7 +64,7 @@
 (uffi:def-function "atol64"
     ((str (* :unsigned-char))
      (high32 (* :int)))
-  :returning :int)
+  :returning :unsigned-int)
 
 (uffi:def-constant +2^32+ 4294967296)
 (uffi:def-constant +2^32-1+ (1- +2^32+))