Actions
Bug #5275
closedTypo in ext/json/generator/generator.c
Description
ext/json/generator/generator.c に一ヶ所いわゆる全角文字が使われているので修正パッチを書きました。
Files
Actions
Like0
Like0
Added by ayumin (Ayumu AIZAWA) almost 14 years ago. Updated almost 14 years ago.
Description
ext/json/generator/generator.c に一ヶ所いわゆる全角文字が使われているので修正パッチを書きました。
Files
json-typo.patch (543 Bytes) json-typo.patch | ayumin (Ayumu AIZAWA), 09/05/2011 06:00 PM |
This issue was solved with changeset r33192.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
Fix typo: U+0456->U+0069. [Bug #5275]