Skip to content

Commit

Permalink
opps a small typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.perl.org/modules/dbd-oracle/trunk@6723 50811bd7-b8ce-0310-adc1-d9db26280581
  • Loading branch information
byterock committed Jul 28, 2006
1 parent 302d6f6 commit 8a27862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oracle.xs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ ora_lob_append(dbh, locator, data)
STRLEN data_len; /* bytes not chars */
dvoid *bufp;
sword status;
#if defined(ORA_OCI_8) || !defined(OCI_HTYPE_DIRPATH_FN_CTX) /* Oracle is > 9.0 */
#if defined(ORA_OCI_8) || !defined(OCI_HTYPE_DIRPATH_FN_CTX) /* Oracle is < 9.0 */
ub4 startp;
#endif
ub1 csform;
Expand Down

0 comments on commit 8a27862

Please sign in to comment.