mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
Fix a null terminator so that relaying can work again
svn path=/trunk/icecast/; revision=3847
This commit is contained in:
parent
9c2d2b25fa
commit
d54dccb8ad
@ -304,6 +304,7 @@ char *util_base64_encode(char *data)
|
||||
data += chunk;
|
||||
len -= chunk;
|
||||
}
|
||||
*out = 0;
|
||||
|
||||
return result;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user