Skip to content

multiple: fix string comparison

In several places, the code compares two strings by comparing their pointers instead of using g_strcmp0(). Although this seems to work, it is incorrect.

This MR fixes it.

Edited by Sergio Costas

Merge request reports