mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-16 11:36:19 +07:00
[PATCH] fix udevinfo '-q path' option as it was not working
This commit is contained in:
parent
d07557b9b6
commit
0d1ecb44a0
@ -401,7 +401,7 @@ print:
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case PATH:
|
case PATH:
|
||||||
strfieldcpy(result, path);
|
strfieldcpy(result, udev.devpath);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case ALL:
|
case ALL:
|
||||||
|
Loading…
Reference in New Issue
Block a user