winspool.drv: Fix the character count passed into RegEnumKeyExW in get_local_monitors.
commit18d891986d6aa62fd94e86699b5f9bfed232339e
authorRob Shearman <rob@codeweavers.com>
Mon, 25 Feb 2008 09:01:29 +0000 (25 09:01 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 25 Feb 2008 12:31:25 +0000 (25 13:31 +0100)
tree3ed061eedb19c5945a94ada4d337af3711ca23ef
parent583818513307d8d750cc0232c5d604ef9905ec55
winspool.drv: Fix the character count passed into RegEnumKeyExW in get_local_monitors.

len is used in RegEnumKeyExW and this takes a character count for the
key argument, not a byte count.
dlls/winspool.drv/info.c