follow-up bit in utf8map.c

This commit is contained in:
nhmall
2022-05-09 07:46:54 -04:00
parent 0aaa114a46
commit 17cb7646c2

View File

@@ -139,7 +139,7 @@ rgbstr_to_int32(const char *rgbstr)
{
int r, gn, b, milestone = 0;
char *cp, *c_r,*c_g,*c_b;
uint32_t rgb = 0L;
int32_t rgb = 0;
char buf[BUFSZ];
boolean dash = FALSE;