mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-02-06 08:24:14 +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;
|
Glib::ustring alt;
|
||||||
|
|
||||||
// Indicate external links
|
// Indicate external links
|
||||||
if (strcmp(URI_HOST, BASE_HOST))
|
if (0 != strcmp(URI_HOST, BASE_HOST))
|
||||||
{
|
{
|
||||||
alt.append(
|
alt.append(
|
||||||
"⇖"
|
"⇖"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user