Fix check for empty playlist sent over HTTP
commitef532c4661108a235fce9e0a98284edad341387c
authorTimo Hirvonen <tihirvon@gmail.com>
Mon, 3 Mar 2008 13:39:41 +0000 (3 15:39 +0200)
committerTimo Hirvonen <tihirvon@gmail.com>
Mon, 3 Mar 2008 13:39:41 +0000 (3 15:39 +0200)
tree9e1861a4ec36b374cabde619116c1dd9f350a717
parentb8be2d7ed54e1e3a6dbdc7c823e849e735537d93
Fix check for empty playlist sent over HTTP

It does not make any sense to check if line is NULL in the playlist line
handler.  Instead, we need to check if the playlist contained any
non-empty lines.
input.c