Skip to content
  • Tim-Philipp Müller's avatar
    v4l2: printf format string fix · 2baa1075
    Tim-Philipp Müller authored
    The compiler wants a cast here even though the type is already
    typedefed as 64-bit integer (presumably because glib has typedefed
    guint64 to unsigned long here).
    2baa1075