print input suffix before generation
This commit is contained in:
parent
c08fca9225
commit
530ad68963
1 changed files with 1 additions and 0 deletions
|
@ -574,6 +574,7 @@ int main(int argc, char ** argv) {
|
|||
// append input suffix if any
|
||||
if (!params.input_suffix.empty()) {
|
||||
buffer += params.input_suffix;
|
||||
printf("%s", params.input_suffix.c_str());
|
||||
}
|
||||
|
||||
// instruct mode: insert instruction prefix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue