Author: byterock
Date: Mon Jan 25 10:47:54 2010
New Revision: 13769
Modified:
dbd-oracle/trunk/ocitrace.h
Log:
found a typo had %llu should of had %lu
Modified: dbd-oracle/trunk/ocitrace.h
==============================================================================
--- dbd-oracle/trunk/ocitrace.h (original)
+++ dbd-oracle/trunk/ocitrace.h Mon Jan 25 10:47:54 2010
@@ -222,8 +222,8 @@
stat = OCINlsEnvironmentVariableGet( valp, size, item, charset, rsizep ); \
(DBD_OCI_TRACEON) \
? PerlIO_printf(DBD_OCI_TRACEFP,\
- "%sNlsEnvironmentVariableGet(%d,%llu,%d,%d,%llu)=%s\n",\
- OciTp, *valp, (unsigned long long)size, item, charset, (unsigned long long)*rsizep, oci_status_name(stat)),stat \
+ "%sNlsEnvironmentVariableGet(%d,%lu,%d,%d,%lu)=%s\n",\
+ OciTp, *valp, (unsigned long)size, item, charset, (unsigned long)*rsizep, oci_status_name(stat)),stat \
: stat
/* added by lab */
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.