[evolution-data-server] fix 'inlen' snafu - presumably 'len'
- From: Michael Meeks <michael src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] fix 'inlen' snafu - presumably 'len'
- Date: Mon, 2 Aug 2010 16:58:26 +0000 (UTC)
commit f431bd876e2cc16a8f485ae4b0a9b49472aaa75e
Author: Michael Meeks <michael meeks novell com>
Date: Mon Aug 2 17:57:13 2010 +0100
fix 'inlen' snafu - presumably 'len'
camel/camel-mime-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-mime-utils.c b/camel/camel-mime-utils.c
index 61ea4bc..606732a 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -180,7 +180,7 @@ camel_uuencode_step (guchar *in, gsize len, guchar *out, guchar *uubuf, gint *st
register guint32 saved;
gint uulen, i;
- if (inlen == 0)
+ if (len == 0)
return 0;
inend = in + len;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]