mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
merge Oniguruma 4.2.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7e10b0c4de
commit
d92db05a27
8 changed files with 437 additions and 133 deletions
|
@ -276,7 +276,7 @@ onig_snprintf_with_pattern(buf, bufsize, enc, pat, pat_end, fmt, va_alist)
|
|||
UChar bs[6];
|
||||
va_list args;
|
||||
|
||||
va_init_list(args, (const char* )fmt);
|
||||
va_init_list(args, fmt);
|
||||
n = vsnprintf((char* )buf, bufsize, (const char* )fmt, args);
|
||||
va_end(args);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue