[Zope-DB] DCOracle2/src/dco2.c typo
Willi Langenberger
wlang at wu-wien.ac.at
Fri Nov 7 13:49:44 EST 2003
Hi!
Just found a small typo in DCOracle2/src/dco2.c:
bach-s3:~/DCOracle2$ diff -u src/dco2.c.ori src/dco2.c
--- src/dco2.c.ori 2003-08-27 17:51:30.000000000 +0200
+++ src/dco2.c 2003-11-07 19:45:34.000000000 +0100
@@ -4857,7 +4857,7 @@
len = *rlenp;
#if ZEROLENISNULL
- if (len == 0)
+ if (len == 0) {
Py_INCREF(Py_None);
TRACE(T_EXIT,("sAs", "ResultSetItem_value", Py_None,
"0 Len"));
Cheers,
\wlang{}
--
Willi.Langenberger at wu-wien.ac.at Fax: +43/1/31336/9207
Zentrum fuer Informatikdienste, Wirtschaftsuniversitaet Wien, Austria
More information about the Zope-DB
mailing list