|
|
Rockbox mail archiveSubject: [PATCH] mp2 filenamesFrom: Dave Chapman (dave_at_dchapman.com) Date: 2002-08-28
I finally bought an Archos JBR20 and my first patch is to allow me to call
In fact, the included patch allows all filenames ending with ".mp?". If the
I have left the TREE_ATTR_MP3 constant as it is. However, IMHO a better name
I have CVS write access (from my early contributions to the uisimulator), so
Regards,
Dave.
diff -r1.102 tree.c
--- > /* mark mp? and m3u files as such */ 218c218 < if (!strcasecmp(&entry->d_name[len-4], ".mp3")) --- > if (!strncasecmp(&entry->d_name[len-4], ".mp",3))
Page was last modified "Jan 10 2012" The Rockbox Crew |