Hello Dan,
if you change the following line 2711, I think the Valgrind message
will disappear:
/* no change? */
-if (!memcmp(orgWidths, pane->widths, sizeof(orgWidths)))
+if (!anyway && !memcmp(orgWidths, pane->widths, sizeof(orgWidths)))
return FALSE;
Sorry - I could no
> While valgrinding Picasa, I came across the following valgrind error
> in winefile. (My daily valgrind runs only run the conformance
> suite, which is why I've never seen this before.)
> The lines involved seem unchanged since Martin Fuchs'
> winefile code was merged back in 2002.
>
I have sent
While valgrinding Picasa, I came across the following valgrind error
in winefile. (My daily valgrind runs only run the conformance
suite, which is why I've never seen this before.)
The lines involved seem unchanged since Martin Fuchs'
winefile code was merged back in 2002.
Conditional jump or mov