Use correct printf format specifier to print unsigned longs.

This commit is contained in:
wollman 2002-05-30 21:00:42 +00:00
parent 5f28f6025e
commit a50f81e50a

View File

@ -383,7 +383,7 @@ MakeDev(struct chunk *c1, const char *path)
part = *p - 'a';
done:
if (isDebug())
msgDebug("MakeDev: Unit %d, Slice %d, Part %d\n", unit, slice, part);
msgDebug("MakeDev: Unit %lu, Slice %lu, Part %lu\n", unit, slice, part);
if (unit > 32)
return 0;
if (slice > 32)