mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix boolean result for condition
This commit is contained in:
parent
4a67b5cabb
commit
13afe8d19c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue