comparison contrib/hgweb.wsgi @ 22402:fa53d66b45a8

parsers: use correct type for file offset Now using Py_ssize_t instead of long to denote offset in file whose length is already measured using Py_ssize_t. Length and offset are now consistent. Based on warning from Microsoft Visual C++ 2008.
author Henrik Stuart <hg@hstuart.dk>
date Mon, 08 Sep 2014 20:22:10 +0200
parents 85cba926cb59
children 4b0fc75f9403
comparison
equal deleted inserted replaced
22401:9ba8a93e55f5 22402:fa53d66b45a8