strip return characters that are in the id3 tags

git-svn-id: https://svn.musicpd.org/mpd/trunk@229 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes
2004-03-09 20:55:51 +00:00
parent ff1659ed4c
commit 6599e05a25
5 changed files with 23 additions and 3 deletions

View File

@@ -25,4 +25,6 @@ char * myFgets(char * buffer, int bufferSize, FILE * fp);
char * strDupToUpper(char * str);
void stripReturnChar(char * string);
#endif