Merge pull request #46 from vendethiel/patch-2

fix indexing typo in ES.2.
pull/48/head
Gabriel Dos Reis 10 years ago
commit 0bf90d2c47

@ -6391,7 +6391,7 @@ The more traditional and lower-level near-equivalent is longer, messier, harder
while (is && elemcount<maxelem) {
auto s = new char[maxstring];
is.read(s,maxstring);
res[elemcount++= = s;
res[elemcount++] = s;
}
nread = elemcount;
return res;

Loading…
Cancel
Save