Use correct type for colors

This commit is contained in:
TingPing
2015-03-19 16:30:03 -04:00
parent b4906f3d23
commit dc69f24ae5
3 changed files with 7 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ palette_load (void)
char prefname[256];
struct stat st;
char *cfg;
int red, green, blue;
guint16 red, green, blue;
fh = hexchat_open_file ("colors.conf", O_RDONLY, 0, 0);
if (fh != -1)