- Rich Felker writes: fix invalid printf format strings
  http://busybox.net/lists/busybox/2006-March/019568.html

   text	   data	    bss	    dec	    hex	filename
 900619	  10316	1038724	1949659	 1dbfdb	busybox.oorig
 900603	  10316	1038724	1949643	 1dbfcb	busybox

diff --git a/coreutils/stat.c b/coreutils/stat.c
index c845a2a..36e0dad 100644
--- a/coreutils/stat.c
+++ b/coreutils/stat.c
@@ -400,7 +400,7 @@
 #else
 
 	format = (flags & OPT_TERSE
-		? "%s %Lx %lu "
+		? "%s %llx %lu "
 		: "  File: \"%s\"\n"
 		  "    ID: %-8Lx Namelen: %-7lu ");
 	printf(format,