summaryrefslogtreecommitdiff
path: root/audio/rubygem-ruby-shout/files/patch-ext-shout_ext.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rubygem-ruby-shout/files/patch-ext-shout_ext.c')
-rw-r--r--audio/rubygem-ruby-shout/files/patch-ext-shout_ext.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/rubygem-ruby-shout/files/patch-ext-shout_ext.c b/audio/rubygem-ruby-shout/files/patch-ext-shout_ext.c
deleted file mode 100644
index a07ff0a02b16..000000000000
--- a/audio/rubygem-ruby-shout/files/patch-ext-shout_ext.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ext/shout_ext.c.orig 2015-05-27 15:58:04 UTC
-+++ ext/shout_ext.c
-@@ -250,7 +250,7 @@ static VALUE _sh_send(VALUE self, VALUE
- shout_connection *s;
- GET_SC(self, s);
-
-- Check_SafeStr(to_send);
-+ SafeStringValue(to_send);
- err = shout_send(s->conn, (unsigned char *) (RSTRING_PTR(to_send)),
- RSTRING_LEN(to_send));
- if(err != SHOUTERR_SUCCESS) {