2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix -d+5 output

[SVN r15997]
This commit is contained in:
Dave Abrahams
2002-10-28 04:06:06 +00:00
parent 6b681ecc98
commit 7c286ef9b6
2 changed files with 2 additions and 2 deletions

View File

@@ -1134,8 +1134,8 @@ debug_compile( int which, char *s, FRAME* frame )
i -= 35;
}
print_source_line( frame->procedure );
printf( "%*.*s ", i, i, indent );
print_source_line( frame->procedure );
}
if( s )

View File

@@ -1134,8 +1134,8 @@ debug_compile( int which, char *s, FRAME* frame )
i -= 35;
}
print_source_line( frame->procedure );
printf( "%*.*s ", i, i, indent );
print_source_line( frame->procedure );
}
if( s )