update: make the job id unsigned
Since the return value cannot be -1 anymore, we can make it unsigned.
This commit is contained in:
@@ -41,7 +41,7 @@ static time_t directory_dbModTime;
|
||||
void
|
||||
db_init(void)
|
||||
{
|
||||
int ret;
|
||||
unsigned ret;
|
||||
|
||||
music_root = directory_new("", NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user