From 86b220841276fc3ddcdebf1eb4bf6543e9aa39b7 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Wed, 24 Mar 2021 09:10:41 +0200 Subject: Fixed regression in conman.org client torture test 21 Couple of problems: - "data:" links were not flagged as supported - "data:" links are not supposed to further decoded or encoded since they are processed internally in the client IssueID #217 --- src/ui/labelwidget.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui') diff --git a/src/ui/labelwidget.c b/src/ui/labelwidget.c index 8089445b..6e8208c4 100644 --- a/src/ui/labelwidget.c +++ b/src/ui/labelwidget.c @@ -305,6 +305,7 @@ static void draw_LabelWidget_(const iLabelWidget *d) { adjusted_Rect(bounds, init_I2(iconPad, 0), zero_I2()), d->alignVisual, fg, + "%s", cstr_String(&d->label)); } if (flags & chevron_WidgetFlag) { -- cgit v1.2.3