chiark / gitweb /
udevinfo: do not replace chars when printing ATTR== matches
authorKay Sievers <kay.sievers@vrfy.org>
Sun, 6 Apr 2008 23:57:31 +0000 (01:57 +0200)
committerKay Sievers <kay.sievers@vrfy.org>
Sun, 6 Apr 2008 23:57:31 +0000 (01:57 +0200)
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);
                }
        }