summaryrefslogtreecommitdiffstats
path: root/source3/utils/regedit_valuelist.h
diff options
context:
space:
mode:
authorC. Davis <cd.rattan@gmail.com>2012-08-19 20:09:53 -0700
committerMichael Adam <obnox@samba.org>2013-04-29 13:08:22 +0200
commit68d4e8dfc75fa788eae44e7f23ec866450792837 (patch)
tree29730b0caebc668c21a718c6ff88310ce6ab89bd /source3/utils/regedit_valuelist.h
parent8508b411b2ff69f59aa133ebd97e489d7c6c1626 (diff)
downloadsamba-68d4e8dfc75fa788eae44e7f23ec866450792837.tar.gz
samba-68d4e8dfc75fa788eae44e7f23ec866450792837.tar.xz
samba-68d4e8dfc75fa788eae44e7f23ec866450792837.zip
regedit: Mark string values if they contain unprintable chars.
Also, edit the values in bin mode to avoid screen glitches. Reviewed-by: Andreas Schneider <asn@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/utils/regedit_valuelist.h')
-rw-r--r--source3/utils/regedit_valuelist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/utils/regedit_valuelist.h b/source3/utils/regedit_valuelist.h
index 2923e98964a..d01db51be29 100644
--- a/source3/utils/regedit_valuelist.h
+++ b/source3/utils/regedit_valuelist.h
@@ -32,6 +32,7 @@ struct value_item {
DATA_BLOB data;
const char *value_name;
char *value_desc;
+ bool unprintable;
};
struct value_list {