Skip to content

Commit

Permalink
Fix format string (#1130)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jan 9, 2023
1 parent 2174936 commit e4f963d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/liferea_browser.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ liferea_browser_handle_URL (LifereaBrowser *browser, const gchar *url)

conf_get_bool_value (BROWSE_INSIDE_APPLICATION, &browse_inside_application);

debug2 (DEBUG_GUI, "handle URL: %s %s %s",
debug2 (DEBUG_GUI, "handle URL: %s %s",
browse_inside_application?"true":"false",
browser->forceInternalBrowsing?"true":"false");

Expand Down

0 comments on commit e4f963d

Please sign in to comment.