diff --git a/NEWS b/NEWS
index 04a5b1a..6086fe7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Changes in 0.4.2 (SVN):
+
+ * src/ezstream.c:
+ - [FIX] Make work with playlists, too. Problem found by
+ Geoff Shang .
+
+
+
Changes in 0.4.1, released on 2007-07-15:
* src/ezstream.c:
diff --git a/src/ezstream.c b/src/ezstream.c
index bc1a0e1..4238428 100644
--- a/src/ezstream.c
+++ b/src/ezstream.c
@@ -1291,14 +1291,14 @@ main(int argc, char *argv[])
ret = 1;
do {
- if (playlistMode)
+ if (playlistMode) {
ret = streamPlaylist(shout,
pezConfig->fileName);
- else {
+ } else {
ret = streamFile(shout, pezConfig->fileName);
- if (pezConfig->streamOnce)
- break;
}
+ if (pezConfig->streamOnce)
+ break;
} while (ret);
} else
printf("%s: Connection to http://%s:%d%s failed: %s\n", __progname,