diff --git a/ChangeLog b/ChangeLog index bc336dcc5e..4e442150b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Apr 28 08:10:00 2013 Zachary Scott + + * README.EXT: Update note from r40504, by Jeremy Evans [Bug #7982] + Sun Apr 28 08:02:00 2013 Zachary Scott * README.EXT: Add note to warn use of %i in Exceptions [Bug #7982] diff --git a/README.EXT b/README.EXT index b8a486dde7..94849cd785 100644 --- a/README.EXT +++ b/README.EXT @@ -1366,7 +1366,8 @@ void rb_bug(const char *fmt, ...) :: called under the situation caused by the bug in the interpreter. No exception handling nor ensure execution will be done. -Note: You can't use %i or variations of int with the fmt string message. +Note: In the fmt string message, %i is used for Object#inspect output (and +related argument must be a VALUE). For integers in format strings, use %d. == Initialize and Start the Interpreter