Changeset 10278 for trunk/FACT++
- Timestamp:
- 03/31/11 16:13:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/Converter.cc
r10277 r10278 511 511 vector<T> data; 512 512 513 for (Converter::FormatList::const_iterator i=fList.begin(); i<fList.end() ; i++)513 for (Converter::FormatList::const_iterator i=fList.begin(); i<fList.end()-1; i++) 514 514 { 515 515 if (*i->first.first == typeid(string)) … … 628 628 629 629 T text; 630 for (Converter::FormatList::const_iterator i=fList.begin(); i<fList.end() ; i++)630 for (Converter::FormatList::const_iterator i=fList.begin(); i<fList.end()-1; i++) 631 631 { 632 632 if (ptr-size>=dat)
Note:
See TracChangeset
for help on using the changeset viewer.