tag 764997 + fixed-upstream
thanks
On 2014-10-12 22:25, Jakub Wilk wrote:
Source: poppler
Version: 0.26.5-1
Severity: minor
From poppler/JPEG2000Stream.cc:
error:
if (format == CODEC_JP2) {
error(errSyntaxWarning, -1, "Did no succeed opening JPX Stream as
JP2, trying as J2K.");
init2(buf, bufLen, CODEC_J2K);
} else if (format == CODEC_J2K) {
error(errSyntaxWarning, -1, "Did no succeed opening JPX Stream as
J2K, trying as JPT.");
init2(buf, bufLen, CODEC_JPT);
} else {
error(errSyntaxError, -1, "Did no succeed opening JPX Stream.");
}
}
It should be s/Did no /Did not / everywhere.
Thanks!
Fixed upstream:
http://cgit.freedesktop.org/poppler/poppler/commit/?h=poppler-0.26&id=9bb206fd47a240185498640b8cdd6167d65a7c2d
--
Pino Toscano
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org