utf8: minor simplification

This commit is contained in:
Lennart Poettering 2009-09-08 23:49:42 +02:00
parent f3be47f1e0
commit 05506d7dc2

View file

@ -148,12 +148,9 @@ ONE_REMAINING:
if (o) {
memcpy(o, last, (size_t) size);
o += size - 1;
o += size;
}
if (o)
o++;
continue;
error: