[Zodb-checkins] CVS: ZODB3/BDBStorage - _helper.c:1.4.18.1
Tim Peters
tim.one at comcast.net
Tue Jul 15 12:38:26 EDT 2003
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv7329/BDBStorage
Modified Files:
Tag: zodb33-devel-branch
_helper.c
Log Message:
Trimmed trailing whitespace.
=== ZODB3/BDBStorage/_helper.c 1.4 => 1.4.18.1 ===
--- ZODB3/BDBStorage/_helper.c:1.4 Mon Jan 20 17:17:01 2003
+++ ZODB3/BDBStorage/_helper.c Tue Jul 15 11:38:20 2003
@@ -42,7 +42,7 @@
pylong = _PyLong_FromByteArray(s, len,
0 /* big endian */,
0 /* unsigned */);
-
+
if (!pylong)
return NULL;
More information about the Zodb-checkins
mailing list