Changeset 643:e47d51b2dd32
- Timestamp:
- 05/14/08 09:28:40 (2 years ago)
- Branch:
- default
- Convert:
- svn:1766ff46-f334-0410-ab20-d63176f87757/trunk@710
- File:
-
- 1 edited
-
src/detail/reader10.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/detail/reader10.cpp
r642 r643 230 230 data.resize( count ); 231 231 232 unsigned char *ptr = &(data[0]); // we need a real variable because 233 // read_n() is f'ing evil magic. 234 read_n(ptr, m_ifs, count ); 232 read_n(data.front(), m_ifs, count ); 235 233 236 234 LASVLR vlr;
Note: See TracChangeset
for help on using the changeset viewer.
