summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtsushi Eno <atsushieno@veritas-vos-liberabit.com>2013-08-15 13:18:16 +0900
committerJo Shields <directhex@apebox.org>2013-10-12 23:53:53 +0100
commit5c90cf95f598b574431426659235f7b6d82f5633 (patch)
tree80697aba1eb94d1cbcb29af8061c65eb620e4498
parent235060d86f87c6bb8dac8d0e40b598a248c0599b (diff)
downloadmono-5c90cf95f598b574431426659235f7b6d82f5633.tar.gz
Fix build (giconv.c)
(cherry picked from commit 37e7f2fb50e2f357ae4068d3b7551ff411f9f77c)
-rw-r--r--eglib/src/giconv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/eglib/src/giconv.c b/eglib/src/giconv.c
index da48c6f628..a41aecc48f 100644
--- a/eglib/src/giconv.c
+++ b/eglib/src/giconv.c
@@ -959,7 +959,6 @@ eg_utf8_to_utf16_general (const gchar *str, glong len, glong *items_read, glong
"Illegal byte sequence encounted in the input.");
} else if (items_read) {
/* partial input is ok if we can let our caller know... */
- break;
} else {
g_set_error (err, G_CONVERT_ERROR, G_CONVERT_ERROR_PARTIAL_INPUT,
"Partial byte sequence encountered in the input.");