From: helge Date: Thu, 20 Sep 2007 17:58:30 +0000 (+0000) Subject: applied 64bit patch X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6178f6e2cae697f44072fbc77293fee8cc5111ae;p=sope applied 64bit patch git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1539 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/Oracle8/ChangeLog b/sope-gdl1/Oracle8/ChangeLog index 419dd155..7d265091 100644 --- a/sope-gdl1/Oracle8/ChangeLog +++ b/sope-gdl1/Oracle8/ChangeLog @@ -1,3 +1,7 @@ +2007-09-20 Ludovic Marcotte + + * Small for for 64-bit platforms. + 2007-08-29 Helge Hess * Changed bundle name from Oracle to Oracle8 to avoid clashes with diff --git a/sope-gdl1/Oracle8/OracleAdaptorChannel.m b/sope-gdl1/Oracle8/OracleAdaptorChannel.m index 65530f71..7dc70289 100644 --- a/sope-gdl1/Oracle8/OracleAdaptorChannel.m +++ b/sope-gdl1/Oracle8/OracleAdaptorChannel.m @@ -34,7 +34,7 @@ typedef struct dvoid *value; // The value of the column (the buffer size is max_width bytes) ub2 type; // The type of the column ub2 width; // The current width of the value that has been read - sb4 max_width; // The maximum width of the column + ub2 max_width; // The maximum width of the column } column_info;