summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:09:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-25 14:09:46 +0000
commitc774a07e8860aadf8a9971c1c2fe26ef83c3bddd (patch)
tree0f5ebf83dbfe6bbfecbe3e0d77c37047601ee4de /c/src/lib/libc
parentModified to produce correct output with new version of sis. (diff)
downloadrtems-c774a07e8860aadf8a9971c1c2fe26ef83c3bddd.tar.bz2
Changed leading spaces to periods to ease comparing test output.
Diffstat (limited to 'c/src/lib/libc')
-rw-r--r--c/src/lib/libc/imfs_debug.c2
1 files changed, 1 insertions, 1 deletions
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 );