Bash-4.1 distribution source
[platform/upstream/bash.git] / examples / loadables / finfo.c
index 778b02b..af7ffb6 100644 (file)
@@ -357,7 +357,7 @@ int flags;
                else
                        printf("%d\n", st->st_gid);
        } else if (flags & OPT_SIZE)
-               printf("%ld\n", st->st_size);
+               printf("%ld\n", (long) st->st_size);
 
        return (0);
 }