[xiph-commits] r13999 - trunk/ezstream/src
moritz at svn.xiph.org
moritz at svn.xiph.org
Tue Oct 16 07:51:21 PDT 2007
Author: moritz
Date: 2007-10-16 07:51:21 -0700 (Tue, 16 Oct 2007)
New Revision: 13999
Modified:
trunk/ezstream/src/ezstream.c
Log:
This needs changin' as well.
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2007-10-16 14:46:37 UTC (rev 13998)
+++ trunk/ezstream/src/ezstream.c 2007-10-16 14:51:21 UTC (rev 13999)
@@ -905,7 +905,7 @@
metadata_free(&mdata);
}
- if (songLen >= 0)
+ if (songLen > 0)
songLenStr = xstrdup(getTimeString(songLen));
ez_gettimeofday((void *)&startTime);
do {
More information about the commits
mailing list