Skip to content

Commit ffde1b2

Browse files
committed
Don't write trailing null to stdout.
1 parent cc37c4a commit ffde1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gf.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ static int invalidate_mt_cache(jl_typemap_entry_t *oldentry, void *closure0)
16271627
}
16281628
if (intersects) {
16291629
if (jl_debug_method_invalidation) {
1630-
jl_uv_puts(JL_STDOUT, "-- ", 4);
1630+
jl_uv_puts(JL_STDOUT, "-- ", 3);
16311631
jl_static_show(JL_STDOUT, (jl_value_t*)mi);
16321632
jl_uv_puts(JL_STDOUT, "\n", 1);
16331633
}

0 commit comments

Comments
 (0)