regedit: Pass the string length to REGPROC_export_string().
authorFrancois Gouget <fgouget@codeweavers.com>
Thu, 20 Nov 2008 19:45:25 +0000 (20:45 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Nov 2008 09:00:17 +0000 (10:00 +0100)
commit3ef0b0ef2d92b4d5105fc1092afdbf6ba9819005
tree3920c8c8fcbfc18255f8e62f9a802e082a31c451
parentd92c976803647e4ae75ac9ca4fb7d0e5ad9bacfc
regedit: Pass the string length to REGPROC_export_string().

We already know it in the caller so this saves us one lstrlenW() call.
programs/regedit/regproc.c