diff options
Diffstat (limited to 'device/subrs.c')
-rw-r--r-- | device/subrs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/subrs.c b/device/subrs.c index be710132..7a56f4b7 100644 --- a/device/subrs.c +++ b/device/subrs.c @@ -42,7 +42,7 @@ */ void harderr(const io_req_t ior, const char *cp) { - printf("%s%d%c: hard error sn%d ", + printf("%s%d%c: hard error sn%lu ", cp, minor(ior->io_unit) >> 3, 'a' + (minor(ior->io_unit) & 0x7), |