commit c4424fc1d1b164ad850ff68df9e29ee15d64d680 Author: Hib Eris Date: Sun Dec 21 14:39:31 2008 +0100 Fix warning to suggest parentheses inside shift diff --git a/poppler/PSOutputDev.cc b/poppler/PSOutputDev.cc index a111894..f70194d 100644 --- a/poppler/PSOutputDev.cc +++ b/poppler/PSOutputDev.cc @@ -6171,7 +6171,7 @@ void PSOutputDev::cvtFunction(Function *func) { writePSFmt("{0:d} index {1:d} get dup\n", i + k/2 + (1 << (m-j)) - k, j); writePS("3 2 roll mul exch 1 exch sub 3 2 roll mul add\n"); - writePSFmt("{0:d} 1 roll\n", k/2 + (1 << m-j) - k - 1); + writePSFmt("{0:d} 1 roll\n", k/2 + (1 << (m-j)) - k - 1); } // [e01] [efrac] s'(0) s'(1) ... s(2^(m-j-1)-1) }