r70623 - /trunk/libauthen-sasl-cyrus-perl/debian/patches/strlen-size

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sun Mar 6 05:41:02 UTC 2011


Author: rra
Date: Sun Mar  6 05:40:54 2011
New Revision: 70623

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70623
Log:
Fix some syntax errors in the type correction patch

Modified:
    trunk/libauthen-sasl-cyrus-perl/debian/patches/strlen-size

Modified: trunk/libauthen-sasl-cyrus-perl/debian/patches/strlen-size
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-sasl-cyrus-perl/debian/patches/strlen-size?rev=70623&op=diff
==============================================================================
--- trunk/libauthen-sasl-cyrus-perl/debian/patches/strlen-size (original)
+++ trunk/libauthen-sasl-cyrus-perl/debian/patches/strlen-size Sun Mar  6 05:40:54 2011
@@ -47,7 +47,7 @@
  #endif
      int rc;
 -    unsigned int inlen, outlen=0;
-+    Size_t int inlen, outlen=0;
++    Size_t inlen, outlen=0;
  
      if (sasl->error_code != SASL_CONTINUE)
        XSRETURN_UNDEF;
@@ -56,7 +56,7 @@
  #endif
      int rc;
 -	unsigned int inlen, outlen=0;
-+	Size_t int inlen, outlen=0;
++	Size_t inlen, outlen=0;
  	if (sasl->error_code)
  		XSRETURN_UNDEF;
  




More information about the Pkg-perl-cvs-commits mailing list