From: <ny...@us...> - 2006-07-28 00:35:19
|
Revision: 133 Author: nyaochi Date: 2006-07-27 17:35:04 -0700 (Thu, 27 Jul 2006) ViewCVS: http://svn.sourceforge.net/pmplib/?rev=133&view=rev Log Message: ----------- Disable stripping 'the' by default. Modified Paths: -------------- trunk/frontend/easypmp/cui/option.c Modified: trunk/frontend/easypmp/cui/option.c =================================================================== --- trunk/frontend/easypmp/cui/option.c 2006-07-27 16:07:48 UTC (rev 132) +++ trunk/frontend/easypmp/cui/option.c 2006-07-28 00:35:04 UTC (rev 133) @@ -119,7 +119,6 @@ opt->media_info_source |= (GMIF_TAG | GMIF_STRIP_ARTIST); opt->system_encoding = get_default_encoding(); opt->music_encoding = get_default_encoding(); - opt->mbs_strip_words = strdup("the "); } void option_finish(option_t* opt) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |