From 573bdd7e7588b70105c2976859696037899e9d4d Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 7 Apr 2008 01:57:31 +0200 Subject: [PATCH] udevinfo: do not replace chars when printing ATTR== matches --- udevinfo.c | 1 - 1 file changed, 1 deletion(-) 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); } } -- 2.30.2