ES.2: Fix wrong code logic in the example (#1999)

pull/2002/head
Wu Yongwei 3 years ago committed by GitHub
parent cf3eacad1a
commit efc6f6eabe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10269,7 +10269,7 @@ The more traditional and lower-level near-equivalent is longer, messier, harder
is.read(s, maxstring);
res[elemcount++] = s;
}
nread = &elemcount;
*nread = elemcount;
return res;
}

Loading…
Cancel
Save