use strlcat() instead of snprintf in the playlist viewer, and fix it so it will show...
commit2adec8ee91fc23c5ab3a9fd715090689dd3e6e35
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
parent63f9267998383ed3932c9c7ded7713c1592cc140
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