mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
typo fix
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@617 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
8cf9b972e2
commit
7f04568444
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ int pa_tagstruct_getu64(pa_tagstruct*t, uint64_t *u) {
|
||||||
memcpy(&tmp, t->data+t->rindex+1, 4);
|
memcpy(&tmp, t->data+t->rindex+1, 4);
|
||||||
*u = (uint64_t) ntohl(tmp) << 32;
|
*u = (uint64_t) ntohl(tmp) << 32;
|
||||||
memcpy(&tmp, t->data+t->rindex+5, 4);
|
memcpy(&tmp, t->data+t->rindex+5, 4);
|
||||||
*u |= (uin64_t) ntohl(tmp);
|
*u |= (uint64_t) ntohl(tmp);
|
||||||
t->rindex +=9;
|
t->rindex +=9;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue