mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
fix boolean result for condition
This commit is contained in:
parent
4a67b5cabb
commit
13afe8d19c
@ -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(
|
||||
"⇖"
|
||||
|
Loading…
x
Reference in New Issue
Block a user