Commit d433ea6c83f00c4ccdad4413a2f5c83e641c3992

David Kilzer 2016-05-18T14:52:59

Integer signed/unsigned type mismatch in xmlParserInputGrow() For https://bugzilla.gnome.org/show_bug.cgi?id=766635 * parserInternals.c: (xmlParserInputGrow): Change 'ret' type to 'int' to match the return type of xmlParserInputBufferGrow().