fix boolean result for condition

This commit is contained in:
yggverse 2024-09-14 16:58:36 +03:00
parent 4a67b5cabb
commit 13afe8d19c

View File

@ -308,7 +308,7 @@ Glib::ustring Reader::Make::link(
Glib::ustring alt;
// Indicate external links
if (strcmp(URI_HOST, BASE_HOST))
if (0 != strcmp(URI_HOST, BASE_HOST))
{
alt.append(
""