Skip to content

Commit

Permalink
let's use 64 unichars like CF
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.macosforge.org/repository/ruby/MacRuby/trunk@5119 23306eb0-4c56-4727-a40e-e92c0eb68959
  • Loading branch information
lrz committed Jan 5, 2011
1 parent 6be8556 commit 12bd89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encoding.h
Expand Up @@ -298,7 +298,7 @@ VALUE rstr_concat(VALUE self, SEL sel, VALUE other);

VALUE rb_unicode_str_new(const UniChar *ptr, const size_t len);

#define STR_UCHARS_STATIC_BUFSIZE 35
#define STR_UCHARS_STATIC_BUFSIZE 64

typedef struct {
UChar static_buf[STR_UCHARS_STATIC_BUFSIZE];
Expand Down

0 comments on commit 12bd89d

Please sign in to comment.