[PATCH] fix udevinfo '-q path' option as it was not working

This commit is contained in:
greg@kroah.com 2004-12-02 21:45:26 -08:00 committed by Greg KH
parent d07557b9b6
commit 0d1ecb44a0

View File

@ -401,7 +401,7 @@ print:
break; break;
case PATH: case PATH:
strfieldcpy(result, path); strfieldcpy(result, udev.devpath);
break; break;
case ALL: case ALL: