[evolution-data-server] another instance of the same bust variable name.
- From: Michael Meeks <michael src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] another instance of the same bust variable name.
- Date: Mon, 2 Aug 2010 16:59:49 +0000 (UTC)
commit 1672e45ee359357ce6cf34aa927cc1041f2c50b2
Author: Michael Meeks <michael meeks novell com>
Date: Mon Aug 2 17:58:53 2010 +0100
another instance of the same bust variable name.
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 606732a..a1c95e0 100644
--- a/camel/camel-mime-utils.c
+++ b/camel/camel-mime-utils.c
@@ -191,7 +191,7 @@ camel_uuencode_step (guchar *in, gsize len, guchar *out, guchar *uubuf, gint *st
i = *state & 0xff;
uulen = (*state >> 8) & 0xff;
- if ((inlen + uulen) < 45) {
+ if ((len + uulen) < 45) {
/* not enough input to write a full uuencoded line */
bufptr = uubuf + ((uulen / 3) * 4);
} else {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]