Skip to content

GWin32AppInfo: Fix g_str_has_prefix() check

Luca Bacci requested to merge lb90/glib:fix-issue-2972 into main

In !3160 (merged), while moving from g_strcmp0 to g_str_has_prefix I forgot to change the comparison :)

Fixes #2972 (closed)

Merge request reports