Re: Fwd: Patch to fix ICU flush and pivot buffer
Nick Wellnhofer <[email protected]>
| Newsgroups | gmane.comp.gnome.lib.xml.general |
|---|---|
| Message-ID | <[email protected]> |
On 08/01/2018 02:06, Joel Hockey wrote: > Nick, I have another patch for some additional call sites where flush is being > incorrectly set on the non-final read. Applied here: https://git.gnome.org/browse/libxml2/commit/?id=6e6ae5daa6cd9640c9a83c1070896273e9b30d14 Looks right, but I applied the patch more or less blindly. The iconv code seems to ignore the `flush` argument, so this should only affect the ICU code. Nick