]> git.pld-linux.org Git - packages/ruby-rdiscount.git/blobdiff - ruby-rdiscount-ruby1.9.patch
drop obsolete files
[packages/ruby-rdiscount.git] / ruby-rdiscount-ruby1.9.patch
diff --git a/ruby-rdiscount-ruby1.9.patch b/ruby-rdiscount-ruby1.9.patch
deleted file mode 100644 (file)
index f7a52b5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ruby-discount-1.2.7/ext/rdiscount.c~       2008-08-02 09:08:54.000000000 +0200
-+++ ruby-discount-1.2.7/ext/rdiscount.c        2010-06-24 16:29:34.000000000 +0200
-@@ -26,7 +26,7 @@
-     if (rb_funcall(self, id_smart, 0) != Qtrue )
-         flags = flags | MKD_NOPANTS;
--    MMIOT *doc = mkd_string(RSTRING(text)->ptr, RSTRING(text)->len, flags);
-+    MMIOT *doc = mkd_string(RSTRING_PTR(text), RSTRING_LEN(text), flags);
-     markdown(doc, stream, flags);
-     fclose(stream);
This page took 0.045682 seconds and 4 git commands to generate.