[svn:dbd-oracle] r14382 - dbd-oracle/trunk

[email protected] Wed, 8 Sep 2010 05:01:38 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: byterock
Date: Wed Sep  8 05:01:37 2010
New Revision: 14382

Modified:
   dbd-oracle/trunk/ocitrace.h

Log:
typo in ocitrace.h 

Modified: dbd-oracle/trunk/ocitrace.h
==============================================================================
--- dbd-oracle/trunk/ocitrace.h	(original)
+++ dbd-oracle/trunk/ocitrace.h	Wed Sep  8 05:01:37 2010
@@ -120,7 +120,7 @@
 	: stat
 
 #define OCILobLocatorIsInit_log_stat(envhp,errhp,loc,is_initp,stat)\
-	stat =OCILobLocatorIsInit (envhp,errhp,loc,is_init );\
+	stat =OCILobLocatorIsInit (envhp,errhp,loc,is_initp );\
 	(DBD_OCI_TRACEON) \
 			? PerlIO_printf(DBD_OCI_TRACEFP,\
 				 "%sOCILobLocatorIsInit_log_stat(%p,%p,%p,%d)=%s\n",\