http://bugs.winehq.org/show_bug.cgi?id=824
randy.galbraith@cox.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #697 is|0 |1 obsolete| |
------- Additional Comments From randy.galbraith@cox.net 2004-10-10 15:02 ------- Created an attachment (id=698) --> (http://bugs.winehq.org/attachment.cgi?id=698&action=view) Storage of REG_MULTI_SZ changed from str(7) to hex(7)
Whoops! The last patch was wrong, it used "hex:" instead of "hex(7):", thus losing the data type in the process of storing a REG_MULTI_SZ. This new patch corrects that issue and is actually simpler. I've also expanded the test program (see link off members.cox.net above) to read back and compare the values.
Best regards, -Randy Galbraith