[PATCH] Fix REG_MULTI_SZ save fromat - bug 824

Michal Piaskowski piaskal at gmail.com
Sat Jan 5 08:52:26 CST 2008


Hi!
This is my first patch for wine. It fixes bug 824.

The problem is that wine stores REG_MULTI_SZ as
null terminated string and sometimes looses information about data length.
Without this information wine can't tell if the original string was null
terminated or not.

This patch fixes it by changing storage type from str() to hex().

-- 
Michal Piaskowski
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-for-bug-824.patch
Type: text/x-patch
Size: 1524 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080105/c5780287/attachment.bin 


More information about the wine-patches mailing list