Author: byterock
Date: Tue Mar 25 13:20:02 2008
New Revision: 11004

Modified:
   dbd-oracle/trunk/oci8.c

Log:
another warning to get rid of

Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c     (original)
+++ dbd-oracle/trunk/oci8.c     Tue Mar 25 13:20:02 2008
@@ -1379,8 +1379,8 @@
                if (typecode == OCI_TYPECODE_TIMESTAMP_TZ || typecode == 
OCI_TYPECODE_TIMESTAMP_LTZ){
                        char s_tz_hour[3]="000";
                        char s_tz_min[3]="000";
-            sb1 tz_hour;
-                   sb1 tz_minute;
+            ub1 tz_hour;
+                   ub1 tz_minute;
                        status = OCIDateTimeGetTimeZoneOffset 
(fbh->imp_sth->envhp,
                                                             
fbh->imp_sth->errhp,
                                                             
*(OCIDateTime**)attr_value,

Reply via email to