mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
430 B
C
11 lines
430 B
C
--- ext/shout_ext.c.orig 2016-07-26 15:50:39 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) {
|