[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690



The following commit has been merged in the wheezy branch:
commit 6a01c032942623b9922e3fc0ea8bed0a0d1dcf44
Author: Bruno Jesus <00cpxxx@gmail.com>
Date:   Wed May 16 21:39:19 2012 -0300

    regedit: Fix qword entries export.
    (cherry picked from commit 0d3807dbc50b60bfbcb259e58bc0fdba1f6e8394)

diff --git a/programs/regedit/regproc.c b/programs/regedit/regproc.c
index 7065bfd..18b6e98 100644
--- a/programs/regedit/regproc.c
+++ b/programs/regedit/regproc.c
@@ -998,7 +998,7 @@ static void REGPROC_export_binary(WCHAR **line_buf, DWORD *line_buf_size, DWORD
     if (type == REG_BINARY) {
         hex_prefix = hex;
     } else {
-        const WCHAR hex_format[] = {'h','e','x','(','%','u',')',':',0};
+        const WCHAR hex_format[] = {'h','e','x','(','%','x',')',':',0};
         hex_prefix = hex_buf;
         sprintfW(hex_buf, hex_format, type);
         if ((type == REG_SZ || type == REG_EXPAND_SZ || type == REG_MULTI_SZ) && !unicode)

-- 
Debian Wine packaging



Reply to: