From b1e95455d2683f43f47ea94a7b79af64f0738d36 Mon Sep 17 00:00:00 2001 From: Greg KH Date: Tue, 26 Apr 2005 22:52:57 -0700 Subject: fixups to get back to proper patch order Damm, it's hard to merge a multi-line tree into one flat line at times... --- udevinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'udevinfo.c') diff --git a/udevinfo.c b/udevinfo.c index 6e6b9aeb3e..fe847b875f 100644 --- a/udevinfo.c +++ b/udevinfo.c @@ -401,7 +401,7 @@ print: break; case PATH: - strfieldcpy(result, udev.devpath); + strfieldcpy(result, path); break; case ALL: -- cgit v1.2.3-54-g00ecf