mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-11-03 04:17:18 -05:00
This needs changin' as well.
git-svn-id: https://svn.xiph.org/trunk/ezstream@13999 0101bb08-14d6-0310-b084-bc0e0c8e3800
This commit is contained in:
parent
fa310e948b
commit
e81b8b9f6e
@ -905,7 +905,7 @@ streamFile(shout_t *shout, const char *fileName)
|
||||
metadata_free(&mdata);
|
||||
}
|
||||
|
||||
if (songLen >= 0)
|
||||
if (songLen > 0)
|
||||
songLenStr = xstrdup(getTimeString(songLen));
|
||||
ez_gettimeofday((void *)&startTime);
|
||||
do {
|
||||
|
Loading…
Reference in New Issue
Block a user