]> err.no Git - sope/commitdiff
applied 64bit patch
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 20 Sep 2007 17:58:30 +0000 (17:58 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Thu, 20 Sep 2007 17:58:30 +0000 (17:58 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@1539 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/Oracle8/ChangeLog
sope-gdl1/Oracle8/OracleAdaptorChannel.m

index 419dd155433fcfd4a54ab52299c8cb7e7d145538..7d2650912bd133224701db2660c29cb79f21138b 100644 (file)
@@ -1,3 +1,7 @@
+2007-09-20  Ludovic Marcotte <ludovic@inverse.ca>
+
+        * Small for for 64-bit platforms.
+
 2007-08-29  Helge Hess  <helge.hess@opengroupware.org>
 
        * Changed bundle name from Oracle to Oracle8 to avoid clashes with
index 65530f718e0ae2386cec2e2f198dee5c49f07acd..7dc70289a2efad8f660138f4926bda7d0cf6ec8e 100644 (file)
@@ -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;