X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev_device.c;h=ad6f7063668252350fd62c54173637655f557b79;hb=5bd4c5d72aa69c8d0b722630fd88e29c4a42662a;hp=db72d3007de88e86d66758f027aa1276bb410261;hpb=fb17920701dcba0d94e3fde566788a868e41d1ad;p=elogind.git diff --git a/udev_device.c b/udev_device.c index db72d3007..ad6f70636 100644 --- a/udev_device.c +++ b/udev_device.c @@ -58,7 +58,7 @@ int udev_init_device(struct udevice *udev, const char* devpath, const char *subs if (devpath) { strlcpy(udev->devpath, devpath, sizeof(udev->devpath)); - remove_trailing_char(udev->devpath, '/'); + remove_trailing_chars(udev->devpath, '/'); if (strncmp(udev->devpath, "/block/", 7) == 0) udev->type = DEV_BLOCK;