diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-07 01:57:31 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-04-07 01:57:31 +0200 |
commit | 573bdd7e7588b70105c2976859696037899e9d4d (patch) | |
tree | fd6285cdb58f83fe0b18ac3b0731a22252f20f7a | |
parent | 8c1711dcd03e84bfec4bb2ee767d0467fd32f6a5 (diff) |
udevinfo: do not replace chars when printing ATTR== matches
-rw-r--r-- | udevinfo.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/udevinfo.c b/udevinfo.c index 85899cfd9d..52d409df88 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -83,7 +83,6 @@ static void print_all_attributes(const char *devpath, const char *key) continue; } - replace_chars(value, ALLOWED_CHARS_INPUT); printf(" %s{%s}==\"%s\"\n", key, dent->d_name, value); } } |