mirror of
https://github.com/systemd/systemd.git
synced 2025-09-09 17:44:49 +03:00
udevadm: info - fix broken --device-id-of-file=
This commit is contained in:
@@ -230,7 +230,7 @@ static int stat_device(const char *name, int export, const char *prefix)
|
||||
prefix, major(statbuf.st_dev),
|
||||
prefix, minor(statbuf.st_dev));
|
||||
} else
|
||||
printf("%d %d\n", major(statbuf.st_dev), minor(statbuf.st_dev));
|
||||
printf("%d:%d\n", major(statbuf.st_dev), minor(statbuf.st_dev));
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user