[Zope-CVS] CVS: Products/ZCTextIndex - stopper.c:1.1.2.3
Guido van Rossum
guido@python.org
Tue, 14 May 2002 10:05:37 -0400
Update of /cvs-repository/Products/ZCTextIndex
In directory cvs.zope.org:/tmp/cvs-serv23685
Modified Files:
Tag: TextIndexDS9-branch
stopper.c
Log Message:
Untabified my insertions.
=== Products/ZCTextIndex/stopper.c 1.1.2.2 => 1.1.2.3 ===
if (dict != NULL) {
Py_INCREF(dict);
- swr->swr_dict = dict;
- }
+ swr->swr_dict = dict;
+ }
else {
swr->swr_dict = PyDict_New();
if (swr->swr_dict == NULL) {