* Make some necessary changes to function on old OSes (like CentOS 5.7).

This commit is contained in:
Justin Maggard
2011-12-07 03:55:20 +00:00
parent f210260956
commit c415fbdbf3
5 changed files with 16 additions and 7 deletions

View File

@ -314,7 +314,7 @@ free_metadata(metadata_t * m, uint32_t flags)
}
sqlite_int64
GetFolderMetadata(const char * name, const char * path, const char * artist, const char * genre, sqlite3_int64 album_art)
GetFolderMetadata(const char * name, const char * path, const char * artist, const char * genre, sqlite_int64 album_art)
{
int ret;