ntdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed...
authorRob Shearman <robertshearman@gmail.com>
Wed, 30 Dec 2009 13:14:56 +0000 (13:14 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 30 Dec 2009 15:16:07 +0000 (16:16 +0100)
commit3d0f56fb371f3c983ea0c9ab43fb55274b30015d
tree3831ef9d95cc3506dda8573dfbcacc59efcb2a32
parent280259aaca74cd6652b569e6f9c7cebd1f50abee
ntdll: Fix typo in RTL_ReportRegistryValue which caused a counted string to be passed into QueryFunction which expects a nul-terminated string.
dlls/ntdll/reg.c