1
0
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:
C. Davis 2012-08-11 15:00:55 -07:00 committed by Michael Adam
parent 05dde2188f
commit a857475501

View File

@ -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);