mirror of https://github.com/GNOME/gimp.git
coerced assignment via cast for SGI compiler - wrb.
This commit is contained in:
parent
cb349701d3
commit
8edb03cb04
|
@ -613,7 +613,7 @@ static void ok_callback(GtkWidget * widget, gpointer data)
|
|||
while (sel != NULL && n < max_inputs) {
|
||||
|
||||
config.input_image_ids[n] =
|
||||
((GckListBoxItem *) sel->data)->user_data;
|
||||
(gint32)((GckListBoxItem *) sel->data)->user_data;
|
||||
sel = sel->next;
|
||||
n++;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue