Skip to content

Commit

Permalink
pdl_dump fflush makes it interleave right with Perl printing if $|
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Jan 21, 2024
1 parent 5f0b0b4 commit 9b37fc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Basic/Core/pdlutil.c
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@ void pdl_dump_fixspace(pdl *it,int nspac)

void pdl_dump (pdl *it) {
pdl_dump_fixspace(it,0);
fflush(stdout);
}

void pdl_dump_anyval(PDL_Anyval v) {
Expand Down

0 comments on commit 9b37fc8

Please sign in to comment.