[systemd-commits] src/conf-parser.c

Kay Sievers kay at kemper.freedesktop.org
Wed Jan 4 15:47:16 PST 2012


 src/conf-parser.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2edfe21d03f0335dac09f71a6269a79688785d4c
Author: Kay Sievers <kay.sievers at vrfy.org>
Date:   Thu Jan 5 00:46:55 2012 +0100

    conf-parser: silence compiler warning

diff --git a/src/conf-parser.c b/src/conf-parser.c
index b60f93d..3ccd1c0 100644
--- a/src/conf-parser.c
+++ b/src/conf-parser.c
@@ -763,7 +763,7 @@ int config_parse_bytes(
                 void *data,
                 void *userdata) {
 
-        uint64_t *bytes = data;
+        off_t *bytes = data;
 
         assert(filename);
         assert(lvalue);



More information about the systemd-commits mailing list