Code

browser: song must not be NULL in set_highlight()
authorMax Kellermann <max@duempel.org>
Fri, 19 Sep 2008 12:45:32 +0000 (14:45 +0200)
committerMax Kellermann <max@duempel.org>
Fri, 19 Sep 2008 12:45:32 +0000 (14:45 +0200)
commitd13c5a10a758a453dce00990e58cff572c592be7
tree0210aeaa4d3af74616a07034082ac74dcd1a7fa4
parenta2c8eb38d8b6bd615dfb9ce183730a4ebc0b6760
browser: song must not be NULL in set_highlight()

The caller must not pass NULL to set_highlight().  Replaced check with
assertion.
src/screen_browser.c