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 Oct 23, 2022
1 parent fd0afaf commit 56a859f
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 56a859f

Please sign in to comment.