mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2025-01-03 14:56:35 -05:00
Increase getTimeString static buffer
This commit is contained in:
parent
0b260b3c08
commit
d0cf1d8bbd
@ -380,7 +380,7 @@ reconnect(stream_t stream)
|
||||
const char *
|
||||
getTimeString(long seconds)
|
||||
{
|
||||
static char str[20];
|
||||
static char str[25];
|
||||
long secs, mins, hours;
|
||||
|
||||
if (seconds < 0)
|
||||
|
Loading…
Reference in New Issue
Block a user