- 
Denis Krjuchkov authoredOriginal implementation does not handle if (...) MPD_ERROR("die"); else ... case well. This change fixes handling of such cases.2b78358a
Original implementation does not handle
	if (...)
		MPD_ERROR("die");
	else
		...
case well. This change fixes handling of such cases.