app: gimp_pickable_get_color_at(): 4 bytes is not enough for pixels any longer

This commit is contained in:
Michael Natterer
2012-04-27 12:14:54 +02:00
parent 926f746b66
commit 9e73e7ebfe

View File

@ -180,7 +180,7 @@ gimp_pickable_get_color_at (GimpPickable *pickable,
gint y,
GimpRGB *color)
{
guchar pixel[4];
guchar pixel[32];
g_return_val_if_fail (GIMP_IS_PICKABLE (pickable), FALSE);
g_return_val_if_fail (color != NULL, FALSE);