[libpng16] Correct pngvalid error message
This commit is contained in:
parent
7d4fbb2fbb
commit
d072048925
@ -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, tp->text);
|
||||||
pos = safecat(msg, sizeof msg, pos, "\" (was \"");
|
pos = safecat(msg, sizeof msg, pos, "\" (was \"");
|
||||||
pos = safecat(msg, sizeof msg, pos, text);
|
pos = safecat(msg, sizeof msg, pos, text);
|
||||||
pos = safecat(msg, sizeof msg, pos, "\", ");
|
pos = safecat(msg, sizeof msg, pos, "\"), ");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user