From: SourceForge.net <no...@so...> - 2006-10-29 11:22:53
|
Bugs item #1586619, was opened at 2006-10-29 03:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746843&aid=1586619&group_id=140566 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: wrong length when streamin record Initial Comment: in DbfRecord.fromStream when reading raw record data from stream wrong length of data was reading. you used headerLength field instead of header.recordLength and tha caused loss of data at the end of the record. Fixed record.py is attached. Check out string marked "sleamey was here!". and finally thank you for the good job! sleamey(at)mail.ru ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=746843&aid=1586619&group_id=140566 |