<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
See<br>
<a href="http://opengrok.libreoffice.org/xref/core/tools/source/stream/stream.cxx#977" target="_blank">http://opengrok.libreoffice.org/xref/core/tools/source/stream/stream.cxx#977</a><br>
Should we changed every "sizeof(char)" in ReadUChar by "sizeof(unsigned<br>
char)"?<br>
<br>
<br></blockquote><div><br></div><div>sizeof(char) is always sizeof(unsigned char). So I currently see no reason to change it.<br><br></div><div>Regards,<br>Markus <br></div></div></div></div>