[libpng16] Correct pngvalid error message

This commit is contained in:
John Bowler 2012-03-05 21:10:11 -06:00 committed by Glenn Randers-Pehrson
parent 7d4fbb2fbb
commit d072048925

View File

@ -4664,7 +4664,7 @@ standard_check_text(png_const_structp pp, png_const_textp tp,
pos = safecat(msg, sizeof msg, pos, tp->text);
pos = safecat(msg, sizeof msg, pos, "\" (was \"");
pos = safecat(msg, sizeof msg, pos, text);
pos = safecat(msg, sizeof msg, pos, "\", ");
pos = safecat(msg, sizeof msg, pos, "\"), ");
}
}