[DRE-commits] r2001 - packages/libgpgme-ruby/trunk/debian/patches

cilibrar-guest at alioth.debian.org cilibrar-guest at alioth.debian.org
Tue Oct 23 23:34:01 UTC 2007


Author: cilibrar-guest
Date: 2007-10-23 23:34:01 +0000 (Tue, 23 Oct 2007)
New Revision: 2001

Modified:
   packages/libgpgme-ruby/trunk/debian/patches/memleak.diff
Log:
typo


Modified: packages/libgpgme-ruby/trunk/debian/patches/memleak.diff
===================================================================
--- packages/libgpgme-ruby/trunk/debian/patches/memleak.diff	2007-10-23 23:25:42 UTC (rev 2000)
+++ packages/libgpgme-ruby/trunk/debian/patches/memleak.diff	2007-10-23 23:34:01 UTC (rev 2001)
@@ -5,7 +5,7 @@
    gpgme_error_t err;
  
 -  if (RSTRING(vbuffer)->len < size)
-+  if (RSRING_LEN(vbuffer) < size)
++  if (RSTRING_LEN(vbuffer) < size)
      rb_raise (rb_eArgError, "argument out of range");
  
    err = gpgme_data_new_from_mem (&dh, StringValuePtr(vbuffer), size, 1);




More information about the Pkg-ruby-extras-commits mailing list