@@ -655,7 +655,7 @@ static int list_single(struct dnode *dn)
#endif
{
#if _FILE_OFFSET_BITS == 64
printf("%9lld ",dn->dstat.st_size);
printf("%9lld ",(longlong)dn->dstat.st_size);
#else
printf("%9ld ",dn->dstat.st_size);
#endif
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.