coerced assignment via cast for SGI compiler - wrb.

This commit is contained in:
People doing a 16 bpc version of gimp 1998-02-05 21:38:50 +00:00
parent cb349701d3
commit 8edb03cb04
1 changed files with 1 additions and 1 deletions

View File

@ -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++;
}