diff --git a/src/vol/namei_ops.c b/src/vol/namei_ops.c index dc4cd8f20e..e2084707ec 100644 --- a/src/vol/namei_ops.c +++ b/src/vol/namei_ops.c @@ -738,7 +738,7 @@ namei_dec(IHandle_t * ih, Inode ino, int p1) IHandle_t *th; IH_INIT(th, ih->ih_dev, ih->ih_vid, ino); Log("Warning: Lost ref on ihandle dev %d vid %d ino %" AFS_INT64_FMT "\n", - th->ih_dev, th->ih_vid, (int64_t) th->ih_ino); + th->ih_dev, th->ih_vid, (afs_int64)th->ih_ino); IH_RELEASE(th); /* If we're less than 0, someone presumably unlinked;