summaryrefslogtreecommitdiff
path: root/japanese/ruby-ming/files/patch-ext-ming-ming-swftextfield.c
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/ruby-ming/files/patch-ext-ming-ming-swftextfield.c')
-rw-r--r--japanese/ruby-ming/files/patch-ext-ming-ming-swftextfield.c20
1 files changed, 0 insertions, 20 deletions
diff --git a/japanese/ruby-ming/files/patch-ext-ming-ming-swftextfield.c b/japanese/ruby-ming/files/patch-ext-ming-ming-swftextfield.c
deleted file mode 100644
index c17060aaa19d..000000000000
--- a/japanese/ruby-ming/files/patch-ext-ming-ming-swftextfield.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ext/ming/ming/swftextfield.c.orig 2003-09-28 12:01:42.000000000 +0900
-+++ ext/ming/ming/swftextfield.c 2014-01-29 17:11:21.000000000 +0900
-@@ -209,7 +209,7 @@
- struct RSWFTextField *t;
-
- Data_Get_Struct(self, struct RSWFTextField, t);
-- SWFTextField_addString(t->this, STR2CSTR(s));
-+ SWFTextField_addString(t->this, StringValuePtr(s));
-
- return self;
- }
-@@ -245,7 +245,7 @@
- struct RSWFTextField *t;
-
- Data_Get_Struct(self, struct RSWFTextField, t);
-- SWFTextField_setVariableName(t->this, STR2CSTR(n));
-+ SWFTextField_setVariableName(t->this, StringValuePtr(n));
-
- return self;
- }