From: greg@kroah.com Date: Fri, 3 Dec 2004 05:45:26 +0000 (-0800) Subject: [PATCH] fix udevinfo '-q path' option as it was not working X-Git-Tag: 047~38 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1ecb44a0b8c00b0fc6314d19e1bc8efd0f32bb;p=systemd [PATCH] fix udevinfo '-q path' option as it was not working --- diff --git a/udevinfo.c b/udevinfo.c index 901990ed..9ba302cb 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: