From e9b00d76288a0e673d85994197b4328f3a419b4f Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Tue, 16 Nov 1999 15:40:40 +0000 Subject: Removed compiler warning. --- c/src/tests/psxtests/psxstat/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/tests/psxtests/psxstat/test.c') diff --git a/c/src/tests/psxtests/psxstat/test.c b/c/src/tests/psxtests/psxstat/test.c index 68965dc869..a5cc417a27 100644 --- a/c/src/tests/psxtests/psxstat/test.c +++ b/c/src/tests/psxtests/psxstat/test.c @@ -194,7 +194,7 @@ void stat_a_file( printf("\n\tst_dev (0x%x:0x%x)\n", major1, minor1 ); - printf( "...st_ino %x\n", statbuf.st_ino ); + printf( "...st_ino %x\n", (int) statbuf.st_ino ); printf( "...st_mode %o\n", statbuf.st_mode ); printf( "...st_nlink %x\n", statbuf.st_nlink ); printf( "...st_uid %d\n", statbuf.st_uid ); -- cgit v1.2.3