[Zodb-checkins] CVS: ZODB3/ZODB - fsrecover.py:1.5.8.3
Jeremy Hylton
jeremy at zope.com
Wed May 28 12:57:33 EDT 2003
Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv13669
Modified Files:
Tag: ZODB3-3_1-branch
fsrecover.py
Log Message:
Avoid overflow for large files.
=== ZODB3/ZODB/fsrecover.py 1.5.8.2 => 1.5.8.3 ===
--- ZODB3/ZODB/fsrecover.py:1.5.8.2 Fri May 23 12:32:38 2003
+++ ZODB3/ZODB/fsrecover.py Wed May 28 11:57:32 2003
@@ -261,7 +261,7 @@
prog1 = 0
undone = 0
- pos = 4
+ pos = 4L
ltid = None
while pos:
try:
More information about the Zodb-checkins
mailing list