From: Kay Sievers Date: Mon, 21 May 2007 05:17:09 +0000 (+0200) Subject: volume_id: escape % character X-Git-Tag: 174~1937 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cc6c96f1b8f77defb953e0d75de790d9737f0c4;p=thirdparty%2Fsystemd.git volume_id: escape % character --- diff --git a/extras/volume_id/lib/util.h b/extras/volume_id/lib/util.h index 6ed7b48b506..ed868001fa0 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))