diff --git a/ChangeLog b/ChangeLog index bcb90411ea..024f48c4f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,6 @@ Tue May 21 16:25:05 2013 Koichi Sasada - * gc.c (gc_profile_dump_on): `count' should be (int) because it + * gc.c (gc_profile_dump_on): `count' should be (int) because it can be negative number. And use pointer for `record' (don't copy).