Lines 29-31
Link Here
|
29 |
std::vector<std::string>::iterator iter; |
29 |
std::vector<std::string>::iterator iter; |
30 |
size = 2 + 2 * sizeof(pi_uint16_t); |
30 |
size = 2 + 2 * sizeof(pi_uint16_t); |
31 |
while ( (next = data.find(charSeperator, pos)) != std::string::npos) { |
31 |
while ( (next = data.find(charSeperator, pos)) != std::string::npos) { |
|
|
32 |
@@ -1323,7 +1325,7 @@ |
33 |
break; |
34 |
case PalmLib::FlatFile::Field::LIST: |
35 |
format = std::string(""); |
36 |
- for (j = 0; j < 31; i++) { |
37 |
+ for (j = 0; j < 31; j++) { |
38 |
format += std::string("%s/"); |
39 |
std::ostringstream title; |
40 |
title << "item " << j; |