From 0d1ecb44a0b8c00b0fc6314d19e1bc8efd0f32bb Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Thu, 2 Dec 2004 21:45:26 -0800 Subject: [PATCH] [PATCH] fix udevinfo '-q path' option as it was not working --- udevinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udevinfo.c b/udevinfo.c index 901990ede..9ba302cbd 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -401,7 +401,7 @@ print: break; case PATH: - strfieldcpy(result, path); + strfieldcpy(result, udev.devpath); break; case ALL: -- 2.30.2