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