chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c1711d
)
udevinfo: do not replace chars when printing ATTR== matches
author
Kay Sievers
<kay.sievers@vrfy.org>
Sun, 6 Apr 2008 23:57:31 +0000
(
01:57
+0200)
committer
Kay Sievers
<kay.sievers@vrfy.org>
Sun, 6 Apr 2008 23:57:31 +0000
(
01:57
+0200)
udevinfo.c
patch
|
blob
|
history
diff --git
a/udevinfo.c
b/udevinfo.c
index
85899cf
..
52d409d
100644
(file)
--- 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);
}
}