]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/basic/escape.c
basic: remove an assertion from cunescape_one
[thirdparty/systemd.git] / src / basic / escape.c
index 5004763d978c61b3af9857b4d6490fa992a68d86..5f715156fbf407e6c03d1a1839147ac7e76dbc96 100644 (file)
@@ -106,7 +106,6 @@ int cunescape_one(const char *p, size_t length, char32_t *ret, bool *eight_bit)
         int r = 1;
 
         assert(p);
-        assert(*p);
         assert(ret);
 
         /* Unescapes C style. Returns the unescaped character in ret.