From 0001803f0b9523c94fa2ede48eaecb047fef4524 Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Mon, 21 Nov 2011 20:51:19 -0500 Subject: Bash-4.1 distribution source --- examples/loadables/finfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/loadables/finfo.c') diff --git a/examples/loadables/finfo.c b/examples/loadables/finfo.c index 778b02bd..af7ffb64 100644 --- a/examples/loadables/finfo.c +++ b/examples/loadables/finfo.c @@ -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); } -- cgit v1.2.1