Skip to content
  • Nicolas Dufresne's avatar
    pad: Remove unneeded 64bit upcast in debug trace · c816ec4f
    Nicolas Dufresne authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
    The hook->hook_id is a gulong for which there are no portability issues
    when tracing in printf format with %lu. So use %lu and remove the upcast
    to 64 bit. This makes the code more consistent with everything else
    tracing that hook_id and other gulong id.
    c816ec4f