Commit ca9bed77 authored by Jiří Klimeš's avatar Jiří Klimeš
Browse files

editor: use GSIZE_TO_POINTER and GPOINTER_TO_SIZE for GType (rh #1245789)

GPOINTER_TO_UINT may truncate the GType (actually gsize, i.e. unsigned long).
Use rather GPOINTER_TO_SIZE() to be safe. And GSIZE_TO_POINTER() for the
opposite conversion.
parent bde917b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment