mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
utf8: minor simplification
This commit is contained in:
parent
f3be47f1e0
commit
05506d7dc2
1 changed files with 1 additions and 4 deletions
|
|
@ -148,12 +148,9 @@ ONE_REMAINING:
|
|||
|
||||
if (o) {
|
||||
memcpy(o, last, (size_t) size);
|
||||
o += size - 1;
|
||||
o += size;
|
||||
}
|
||||
|
||||
if (o)
|
||||
o++;
|
||||
|
||||
continue;
|
||||
|
||||
error:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue