summaryrefslogtreecommitdiffstats
path: root/lib/at.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/at.c')
-rw-r--r--lib/at.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/at.c b/lib/at.c
index f8bfe1399..26f5ab95f 100644
--- a/lib/at.c
+++ b/lib/at.c
@@ -128,7 +128,7 @@ int main(int argc, char *argv[])
printf("%32s ", d->d_name);
if (fstat_at(dirfd(dir), dirname, d->d_name, &st, 0) == 0)
- printf("%16jd bytes ", st.st_size);
+ printf("%16zd bytes ", st.st_size);
else
printf("%16s bytes ", "???");