Code

screen_artist: don't use filelist_prepend()
authorMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 16:28:18 +0000 (18:28 +0200)
committerMax Kellermann <max@duempel.org>
Sat, 3 Oct 2009 16:28:18 +0000 (18:28 +0200)
commitce1f053617188441fcc0643d0398f05888f8c63c
treef25cbc1181b87fd3278c359b38200962d36dee44
parent1ba8b24320c55e066bff0f212ceeba064622cdb3
screen_artist: don't use filelist_prepend()

filelist_prepend() is quite expensive.  Let's insert the NULL entry
first, and append all entries while they are received.
src/screen_artist.c