Skip to content

Avoid truncating value returned from g_value_info_get_value.

Ghost User requested to merge (removed):info-get-value into master

The value returned from g_value_info_get_value will be representable by some 32-bit integer type, but there is no guarantee that signed one will do the job.

Merge request reports