summaryrefslogtreecommitdiff
path: root/extras
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-05-21 07:17:09 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-05-21 07:17:09 +0200
commit8cc6c96f1b8f77defb953e0d75de790d9737f0c4 (patch)
tree0a72ab63e536e9d5d97a9a6ba3918ee3859539c2 /extras
parent86fd6b4f61cefe402d81d61db7d8cb1f79d5ba71 (diff)
volume_id: escape % character
Diffstat (limited to 'extras')
-rw-r--r--extras/volume_id/lib/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h
index 6ed7b48b50..ed868001fa 100644
--- a/extras/volume_id/lib/util.h
+++ b/extras/volume_id/lib/util.h
@@ -23,7 +23,7 @@
#include <byteswap.h>
#include <syslog.h>
-#define ALLOWED_CHARS "#+-.:=@_%"
+#define ALLOWED_CHARS "#+-.:=@_"
#ifndef PACKED
#define PACKED __attribute__((packed))