Merge branch 'master' into next
This commit is contained in:
@ -1150,6 +1150,7 @@ colorpixel:
|
||||
char *hex;
|
||||
if (asprintf(&hex, "#%s", $2) == -1)
|
||||
die("asprintf()");
|
||||
free($2);
|
||||
$$ = get_colorpixel(hex);
|
||||
free(hex);
|
||||
}
|
||||
|
Reference in New Issue
Block a user