evolution-data-server r8661 - trunk/camel



Author: fejj
Date: Fri Apr 18 13:26:28 2008
New Revision: 8661
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8661&view=rev

Log:
s/length/inlen/

Modified:
   trunk/camel/camel-mime-filter-pgp.c

Modified: trunk/camel/camel-mime-filter-pgp.c
==============================================================================
--- trunk/camel/camel-mime-filter-pgp.c	(original)
+++ trunk/camel/camel-mime-filter-pgp.c	Fri Apr 18 13:26:28 2008
@@ -94,7 +94,7 @@
 	size_t len;
 	
 	/* only need as much space as the input, we're stripping chars */
-	camel_mime_filter_set_size (f, length, FALSE);
+	camel_mime_filter_set_size (f, inlen, FALSE);
 	
 	o = f->outbuf;
 	



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]