[Zope-Checkins] CVS: ZODB3/BDBStorage - _helper.c:1.4.18.3
   
    Tim Peters
     
    tim.one@comcast.net
       
    Tue, 15 Jul 2003 12:03:02 -0400
    
    
  
Update of /cvs-repository/ZODB3/BDBStorage
In directory cvs.zope.org:/tmp/cvs-serv11381/BDBStorage
Modified Files:
      Tag: zodb33-devel-branch
	_helper.c 
Log Message:
Repaired typo in new comment.
=== ZODB3/BDBStorage/_helper.c 1.4.18.2 => 1.4.18.3 ===
--- ZODB3/BDBStorage/_helper.c:1.4.18.2	Tue Jul 15 11:54:42 2003
+++ ZODB3/BDBStorage/_helper.c	Tue Jul 15 12:02:57 2003
@@ -28,7 +28,7 @@
  * The arguments are an 8-byte Python string, and a Python int or long.
  * The result is an 8-byte Python string, representing their sum.
  * XXX It's unclear what this intends to do if the sum overflows an 8-byte
- * XXX signed integer.  _PyLong_AsByteArray should raise OverflowError then.
+ * XXX unsigned integer.  _PyLong_AsByteArray should raise OverflowError then.
  */
 static PyObject*
 helper_incr(PyObject* self, PyObject* args)