From 8cc6c96f1b8f77defb953e0d75de790d9737f0c4 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Mon, 21 May 2007 07:17:09 +0200 Subject: [PATCH] volume_id: escape % character --- extras/volume_id/lib/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h index 6ed7b48b5..ed868001f 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)) -- 2.30.2