Skip to content

Commit

Permalink
Don't write trailing null to stdout.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 4, 2020
1 parent cc37c4a commit ffde1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gf.c
Original file line number Diff line number Diff line change
Expand Up @@ -1627,7 +1627,7 @@ static int invalidate_mt_cache(jl_typemap_entry_t *oldentry, void *closure0)
}
if (intersects) {
if (jl_debug_method_invalidation) {
jl_uv_puts(JL_STDOUT, "-- ", 4);
jl_uv_puts(JL_STDOUT, "-- ", 3);
jl_static_show(JL_STDOUT, (jl_value_t*)mi);
jl_uv_puts(JL_STDOUT, "\n", 1);
}
Expand Down

0 comments on commit ffde1b2

Please sign in to comment.