Author: byterock
Date: Wed Dec 5 04:02:07 2007
New Revision: 10366
Modified:
dbd-oracle/trunk/oci8.c
Log:
fix for typo in printf
Modified: dbd-oracle/trunk/oci8.c
==============================================================================
--- dbd-oracle/trunk/oci8.c (original)
+++ dbd-oracle/trunk/oci8.c Wed Dec 5 04:02:07 2007
@@ -1743,7 +1743,7 @@
}
if (DBIS->debug >= 6) {
- PerlIO_printf(DBILOGFP, "Getting property #%d,
named=%n of \n",pos,fld->type_name);
+ PerlIO_printf(DBILOGFP, "Getting property #%d,
named=%s of \n",pos,fld->type_name);
}
if (fld->typecode == OCI_TYPECODE_OBJECT ||
fld->typecode == OCI_TYPECODE_VARRAY || fld->typecode == OCI_TYPECODE_TABLE ||
fld->typecode == OCI_TYPECODE_NAMEDCOLLECTION){