poppler/JPXStream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3cfc61a2a3b97bc3d0cfea874abddcc7f26a68d3 Author: Albert Astals Cid <[email protected]> Date: Wed Jan 2 00:24:35 2019 +0100 Forgot one Again no (C) diff --git a/poppler/JPXStream.cc b/poppler/JPXStream.cc index d1e4f454..e66ebb3f 100644 --- a/poppler/JPXStream.cc +++ b/poppler/JPXStream.cc @@ -243,7 +243,7 @@ JPXStream::JPXStream(Stream *strA): bufStr = new BufStream(str, 2); nComps = 0; - bpc = NULL; + bpc = nullptr; width = height = 0; haveCS = false; havePalette = false; _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
