X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fudev%2Fudev-builtin-blkid.c;h=56a05f5e50feb0d28a8daab3685e5b7271ef1686;hp=4293103046c37bd8ed121764a9f2d963091473e3;hb=d5a89d7dc17a5ba5cf4fc71f82963c5c94a31c3d;hpb=0908dd2fd5536cf15d75780980ac2eca37ff800f diff --git a/src/udev/udev-builtin-blkid.c b/src/udev/udev-builtin-blkid.c index 429310304..56a05f5e5 100644 --- a/src/udev/udev-builtin-blkid.c +++ b/src/udev/udev-builtin-blkid.c @@ -76,7 +76,7 @@ static void print_property(struct udev_device *dev, bool test, const char *name, udev_builtin_add_property(dev, test, "ID_PART_ENTRY_TYPE", s); } else if (startswith(name, "PART_ENTRY_")) { - util_strscpyl(s, sizeof(s), "ID_", name, NULL); + strscpyl(s, sizeof(s), "ID_", name, NULL); udev_builtin_add_property(dev, test, s, value); } }