From c774a07e8860aadf8a9971c1c2fe26ef83c3bddd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 25 Oct 1999 14:09:46 +0000 Subject: Changed leading spaces to periods to ease comparing test output. --- c/src/lib/libc/imfs_debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/src/lib/libc') diff --git a/c/src/lib/libc/imfs_debug.c b/c/src/lib/libc/imfs_debug.c index 856f21317e..7e0482dbfe 100644 --- a/c/src/lib/libc/imfs_debug.c +++ b/c/src/lib/libc/imfs_debug.c @@ -121,7 +121,7 @@ void IMFS_dump_directory( the_jnode = (IMFS_jnode_t *) the_node; for ( i=0 ; i<=level ; i++ ) - printf( " " ); + printf( "...." ); IMFS_print_jnode( the_jnode ); if ( the_jnode->type == IMFS_DIRECTORY ) IMFS_dump_directory( the_jnode, level + 1 ); -- cgit v1.2.3