From 8cc6c96f1b8f77defb953e0d75de790d9737f0c4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 21 May 2007 07:17:09 +0200 Subject: volume_id: escape % character --- extras/volume_id/lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/volume_id') 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 #include -#define ALLOWED_CHARS "#+-.:=@_%" +#define ALLOWED_CHARS "#+-.:=@_" #ifndef PACKED #define PACKED __attribute__((packed)) -- cgit v1.2.3-54-g00ecf