<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - [PATCH] Fix various compiler warnings"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105151#c5">Comment # 5</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - [PATCH] Fix various compiler warnings"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105151">bug 105151</a>
from <span class="vcard"><a class="email" href="mailto:adam.reichold@t-online.de" title="Adam Reichold <adam.reichold@t-online.de>"> <span class="fn">Adam Reichold</span></a>
</span></b>
<pre>(In reply to Albert Astals Cid from <a href="show_bug.cgi?id=105151#c3">comment #3</a>)
<span class="quote">> - QCOMPARE( page->search(QString("non-ascii:"), rectLeft, rectTop,
> rectRight, rectBottom, Poppler::Page::FromTop,
> Poppler::Page::CaseSensitive), true );
> + QCOMPARE( page->search(QString("non-ascii:"), rectLeft, rectTop,
> rectRight, rectBottom, Poppler::Page::FromTop, Poppler::Page::IgnoreCase),
> true );
>
> is wrong?</span >
Indeed, thanks for spotting it. Fixed that in an updated version of the patch.
(It seems that the test is actually not dependent on that flag but still a
stronger check in the original version.)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>