Changeset 1131:ce0739cb0fc3
- Timestamp:
- 04/09/09 10:09:24 (16 months ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@1193
- File:
-
- 1 edited
-
src/detail/reader10.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/detail/reader10.cpp
r1128 r1131 298 298 std::streamsize pos = (static_cast<std::streamsize>(n) * m_recordlength) + m_offset; 299 299 300 if (m_has_pad_bytes) pos += 2;301 302 300 m_ifs.clear(); 303 301 m_ifs.seekg(pos, std::ios::beg);
Note: See TracChangeset
for help on using the changeset viewer.
