regedit: add padding to fit REG_MULTI_SZ to the text field
authorChris Davis <cd.rattan@gmail.com>
Fri, 18 Jul 2014 20:35:14 +0000 (13:35 -0700)
committerMichael Adam <obnox@samba.org>
Wed, 1 Oct 2014 12:32:09 +0000 (14:32 +0200)
commit42df2e643f68f5ec19e6a41eade29199a3266035
tree4314cd36ababa0ba2641a3f08bec1980a64341da
parentc94c765f01dc145ee7f1abfe1379ed9c923f3d43
regedit: add padding to fit REG_MULTI_SZ to the text field

This fixes a bug loading REG_MULTI_SZ values into the editor dialog,
since ncurses fields don't handle newline characters.

Signed-off-by: Chris Davis <cd.rattan@gmail.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
source3/utils/regedit_dialog.c