> Revision: 3496 > http://svn.sourceforge.net/savonet/?rev=3496&view=rev
> Log Message: > ----------- > Don't crash when the connection is lost with the icecast server (David agreed > on the suppression of this assert false). > - | None -> assert false > + | None -> () (* Occurs sometimes when the connection is lost. *) A warning maybe ?
