aboutsummaryrefslogtreecommitdiffstats
path: root/README.EXT
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-27 23:04:12 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-27 23:04:12 +0000
commit817dda53edfa985ba429aaac0b8574b79da4702e (patch)
tree67692b225ba533a0267b1de684ef8dc095b8b232 /README.EXT
parentd7b32fb4c1a312cee1bb7e9b0fd607eb331d2515 (diff)
downloadruby-817dda53edfa985ba429aaac0b8574b79da4702e.tar.gz
* README.EXT: Add note to warn use of %i in Exceptions [Bug #7982]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'README.EXT')
-rw-r--r--README.EXT2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.EXT b/README.EXT
index ba74e5c8d2..b8a486dde7 100644
--- a/README.EXT
+++ b/README.EXT
@@ -1366,6 +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.
+
== Initialize and Start the Interpreter
The embedding API functions are below (not needed for extension libraries):