11 lines
384 B
Diff
11 lines
384 B
Diff
--- xchat-ruby-1.2-src/src/xchat-ruby.c.orig 2012-06-04 02:34:03.000000000 +0200
|
|
+++ xchat-ruby-1.2-src/src/xchat-ruby.c 2012-06-04 02:35:18.944609899 +0200
|
|
@@ -36,6 +36,8 @@
|
|
|
|
#define XCHAT_RUBY_VERSION "1.2"
|
|
|
|
+#define STR2CSTR StringValuePtr
|
|
+
|
|
static xchat_plugin *static_plugin_handle = NULL;
|
|
static xchat_plugin *ph = NULL;
|
|
static int static_ruby_initialized = 0;
|