On Jan 7, 2008 7:53 PM, Alexandre Julliard <[EMAIL PROTECTED]> wrote:
> "Michal Piaskowski" <[EMAIL PROTECTED]> writes:
>
> > I don't know of any such application.
> > It's just an old bug and one of very few bugs marked as tasklets.
> > And it seemed very easy to fix, so i tried fixing it.
> > Plus it's different from the way windows XP does it.
> >
> > If you think it should stay the way it is now, maybe it should be
> > resolved with WONTFIX?
>
> I'm not opposed to fixing it, but changing all strings to hex format is
> not a good solution, it makes the file much harder to read and modify.
>
>

I think it can be done without changing every string to hex.
How about adding \0 at the end of every null terminated sting,
and \0\0 at the end of proper REG_MULTI_SZ value which should
end with an empty string?

I might try to do that.


Reply via email to