use strlcat() instead of snprintf in the playlist viewer, and fix it so it will show...
commitda280eaf8564b5bdd726a61d2a3c60cf6a325b6c
authorjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 17 Apr 2010 11:41:01 +0000 (17 11:41 +0000)
committerjdgordon <jdgordon@a1c6a512-1295-4272-9138-f99709370657>
Sat, 17 Apr 2010 11:41:01 +0000 (17 11:41 +0000)
treef473f00108b9c606f78cc718b68e517c65b37c7c
parentc6e4f93ce4a4accaff856b53dabb978df5de11b5
use strlcat() instead of snprintf in the playlist viewer, and fix it so it will show the whole playlist if it would fit in the viewport (instead of missing the last item)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25660 a1c6a512-1295-4272-9138-f99709370657
apps/gui/skin_engine/skin_display.c