chiark / gitweb /
add ID_TYPE to the id probers
[elogind.git] / udev_utils.c
index 3ab9e433486aa55f2f95027155327b2c50a22902..073cde1074f921ef920a44aeddb5aa5fb2189875 100644 (file)
@@ -485,7 +485,7 @@ int execute_program(const char *command, const char *subsystem,
 
                                len += count;
                                if (len >= ressize-1) {
-                                       err("ressize %d too short", ressize);
+                                       err("ressize %ld too short", (long)ressize);
                                        retval = -1;
                                        break;
                                }