From: Kevin M. Rosenberg Date: Thu, 27 Jun 2002 14:39:38 +0000 (+0000) Subject: r2181: *** empty log message *** X-Git-Tag: v1.6.1~367 X-Git-Url: http://git.kpe.io/?a=commitdiff_plain;h=c57456a61454df74d1724d13010322ca606d070a;p=uffi.git r2181: *** empty log message *** --- diff --git a/debian/changelog b/debian/changelog index 4444736..fd434c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -cl-uffi (0.4.7-1) unstable; urgency=low +cl-uffi (0.4.8-1) unstable; urgency=low * New upstream version diff --git a/src/primitives.cl b/src/primitives.cl index d5e1e36..7a57a94 100644 --- a/src/primitives.cl +++ b/src/primitives.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: primitives.cl,v 1.19 2002/06/27 05:46:39 kevin Exp $ +;;;; $Id: primitives.cl,v 1.20 2002/06/27 14:35:24 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -109,7 +109,7 @@ supports takes advantage of this optimization." (:cstring . (:reference-pass (:ef-mb-string :external-format :latin-1) :allow-null t)) (:cstring-returning . (:reference (:ef-mb-string :external-format :latin-1) :allow-null t)) - (:byte . :byte)) + (:byte . :byte) (:unsigned-byte . (:unsigned :byte)) (:char . :char) (:unsigned-char . (:unsigned :char)) diff --git a/upload.sh b/upload.sh index 7617582..9fce7f1 100755 --- a/upload.sh +++ b/upload.sh @@ -47,7 +47,7 @@ if [ "${opt_upstream}" == "1" ]; then fi echo "Uploading to Debian site" -DEBIAN_DIR=ftp.med-info.com:/home/ftp/pub/UploadQueue +DEBIAN_DIR=ftp.med-info.com:/home/ftp/pub/debian/UploadQueue/. if [ "${opt_upstream}" == "1" ]; then echo "...Uploading original upstream archive"