winspool: Fix the character count passed into RegEnumKeyExW in get_local_monitors.
commit35be5e1d1b10287aa019762c6724f6c4f8026150
authorRob Shearman <rob@codeweavers.com>
Thu, 21 Feb 2008 16:44:48 +0000 (21 16:44 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 21 Feb 2008 19:16:24 +0000 (21 20:16 +0100)
treec09c9fa5652caba764c8f47ebcaaea7233de5248
parentee8dd6a19f1fbd06368cbee52a7b8cdb16551e5d
winspool: Fix the character count passed into RegEnumKeyExW in get_local_monitors.

RegEnumKeyExW takes a character count for the key name, not a byte count.
dlls/winspool.drv/info.c