chiark / gitweb /
udev: fix printf(3) type specifier
authorShawn Landden <shawnlandden@gmail.com>
Fri, 23 Aug 2013 04:17:16 +0000 (21:17 -0700)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 23 Aug 2013 16:48:14 +0000 (12:48 -0400)
commit7c902b146815a74796bb65d34b27b036d88cba81
treed1de4bbdd9a50e277a31fdc6f892503ea45dd565
parentf2369103655ccfd830b08cbc01fa776ba91a580d
udev: fix printf(3) type specifier

src/udev/udev-rules.c: In function 'add_rule':
src/udev/udev-rules.c:1078:33: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'int' [-Wformat=]
                                 log_error("invalid key/value pair in file %s on line %u,"
                                 ^
src/udev/udev-rules.c