• Richard Henderson's avatar
    Fix warnings of the form · 2a022093
    Richard Henderson authored
      warning: long int format, different type arg (arg 5)
    by casting ino_t arguments to unsigned long for printf formats.
    In some instances, change %ld to %lu.
    2a022093
ialloc.c 16.4 KB