Changeset a720da5 in nscp
- Timestamp:
- 06/30/08 20:48:55 (5 years ago)
- Branches:
- master, 0.4.0, 0.4.1, 0.4.2, stable
- Children:
- 34e7428
- Parents:
- 796d8ff
- Files:
-
- 2 edited
-
changelog (modified) (1 diff)
-
include/arrayBuffer.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
changelog
r31fea1e ra720da5 11 11 *NOTICE* this is all reasons (so if the counter is missing or some such the same will happen not just when the instance is missing) 12 12 Message will reflect reason. 13 * Fixed issue in the arraybuffer (one of the plit functions had a problem with multiple chars of the same) 13 14 14 15 2008-06-25 MickeM -
include/arrayBuffer.cpp
r47b843a ra720da5 168 168 if (p2 == std::wstring::npos) 169 169 p2 = inBuf.size(); 170 if (p1 == p2 && p1 != inBuf.size()) { 171 p1++; 172 continue; 173 } 170 174 // p1 = start of "this token" 171 175 // p2 = end of "this token" (next split char)
Note: See TracChangeset
for help on using the changeset viewer.








