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:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user