| commit | 7f707b3037c7c203b45e2acd7cfe7142e1a5e3c9 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@codeweavers.com> | Wed Nov 12 11:28:49 2008 +0100 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 12 13:11:59 2008 +0100 |
| tree | 3c608f4fbe34defc295bf5e192c8190c27dea1a4 | |
| parent | 5940ada80b1e03e93dd2f167552b903859bfc73a [diff] |
regedit: The xxx_name_len variables track buffer sizes. That is they count the trailing '\0'. Adjust a couple of places that got this wrong and rename them to xxx_name_size.