regedit: line_size is supposed to track a string length.
commit5940ada80b1e03e93dd2f167552b903859bfc73a
authorFrancois Gouget <fgouget@codeweavers.com>
Wed, 12 Nov 2008 10:15:26 +0000 (12 11:15 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Nov 2008 12:11:41 +0000 (12 13:11 +0100)
tree9039d61ef0275a58a5a2c92a37d393d01fc92da6
parentf982e731c577e5f0cc0addb24ce213e76b361d59
regedit: line_size is supposed to track a string length.

That is it does not count the trailing '\0'.
Fix a few places that got this wrong and rename it to line_len.
programs/regedit/regproc.c