chiark / gitweb /
udevinfo: do not replace chars when printing ATTR== matches
[elogind.git] / udevinfo.c
index 85899cfd9d9d9d303b9ff033fd36a1278cc8a843..52d409df88c520a5e6ef844027835269569ff353 100644 (file)
@@ -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);
                }
        }