mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-15 19:16:08 +07:00
[PATCH] udevinfo -d: use '=' as separator, cause ':' may be a part of the devpath
This commit is contained in:
parent
4d7726399b
commit
3810823b44
@ -180,7 +180,7 @@ exit:
|
||||
}
|
||||
|
||||
static int print_dump(const char *devpath, const char *name) {
|
||||
printf("%s:%s/%s\n", devpath, udev_root, name);
|
||||
printf("%s=%s/%s\n", devpath, udev_root, name);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user