On Tue, 30 Mar 2010 22:36:21 +0700, Alexandre Julliard
<julli...@winehq.org> wrote:
"Mikhail Maroukhine" <mik...@yandex.ru> writes:
- winedump/search.c::get_type - cleanup variable usage
That's not much better. It would be cleaner to stop abusing the passed
argument as a local variable.
Hello,
Could you clear a little what do you mean under "stop abusing"?
I've removed incorrect usage of constness in declaration for the variable
that is changed for sure.
I've send "try 2" patch with additional correction and extended log
message.
Please check it.
Thanks,
Mikhail