<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi Steve,</p>
<p><br>
</p>
<p>I'd like to change this code in LinePreparer (and a copy in LinePreparerFilter)</p>
<p></p>
<div>            // XXX: relies on the fact that java integers are 32 bit signed<br>
            final int offset = 8+shift;<br>
</div>
to
<p></p>
<p><span><span></span></span></p>
<div>            <span><span>final int offset = (Integer.SIZE - 24) + shift;<br>
<br>
As you see I assume the value 8 is the result of 32 - 24.<br>
and I guess that 24 is the maximum resolution. <br>
Maybe we have a proper constant for that ?<br>
<br>
Gerd<br>
</span></span></div>
<p></p>
</div>
</body>
</html>