fixed "comparison between signed and unsigned"

Signed-off-by: Eric Wong <normalperson@yhbt.net>

git-svn-id: https://svn.musicpd.org/mpd/trunk@7146 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Max Kellermann
2008-01-26 12:46:37 +00:00
committed by Eric Wong
parent 0659d35951
commit c3ba1bb956
5 changed files with 10 additions and 10 deletions

View File

@@ -119,7 +119,7 @@ static int myShout_initDriver(AudioOutput * audioOutput, ConfigParam * param)
char *user;
char *name;
BlockParam *blockParam;
unsigned int public;
int public;
sd = newShoutData();