From: Kay Sievers Date: Sun, 6 Apr 2008 23:57:31 +0000 (+0200) Subject: udevinfo: do not replace chars when printing ATTR== matches X-Git-Tag: 174~1737 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=573bdd7e7588b70105c2976859696037899e9d4d;ds=sidebyside udevinfo: do not replace chars when printing ATTR== matches --- diff --git a/udevinfo.c b/udevinfo.c index 85899cfd9..52d409df8 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); } }