[poppler] poppler/JPXStream.cc
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Tue Jan 1 23:24:54 UTC 2019
poppler/JPXStream.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3cfc61a2a3b97bc3d0cfea874abddcc7f26a68d3
Author: Albert Astals Cid <aacid at kde.org>
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;
More information about the poppler
mailing list