mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
regedit: Improve padding for value summary.
Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
05dde2188f
commit
a857475501
@ -253,7 +253,7 @@ WERROR value_list_load(struct value_list *vl, struct registry_key *key)
|
||||
return rv;
|
||||
}
|
||||
|
||||
vitem->value_desc = talloc_asprintf(vitem, "%-8s",
|
||||
vitem->value_desc = talloc_asprintf(vitem, "%-14s",
|
||||
str_regtype(vitem->type));
|
||||
if (vitem->value_desc == NULL) {
|
||||
talloc_free(vitem);
|
||||
|
Loading…
Reference in New Issue
Block a user