X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevinfo.c;h=52d409df88c520a5e6ef844027835269569ff353;hp=85899cfd9d9d9d303b9ff033fd36a1278cc8a843;hb=573bdd7e7588b70105c2976859696037899e9d4d;hpb=e7e194a088e984972d6a18c7f7a36a1e8f1f58e6 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); } }