1
0
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:
moritz 2007-10-16 14:51:21 +00:00
parent fa310e948b
commit e81b8b9f6e

View File

@ -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 {