diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-25 09:12:27 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-25 09:12:27 +0300 |
commit | 89eca3384af875dc59f2563c33f8e35a923fbfe1 (patch) | |
tree | 40bdcc105aa8ff3b343fc3f93d44376a7f41acad /src/ui/inputwidget.c | |
parent | a81b43d33c7b37996cd04c527917c3651c5cdc65 (diff) |
Encode spaces in URLs
Diffstat (limited to 'src/ui/inputwidget.c')
-rw-r--r-- | src/ui/inputwidget.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/inputwidget.c b/src/ui/inputwidget.c index 22b30616..e23e5acc 100644 --- a/src/ui/inputwidget.c +++ b/src/ui/inputwidget.c | |||
@@ -311,6 +311,7 @@ static void draw_InputWidget_(const iInputWidget *d) { | |||
311 | add_I2(topLeft_Rect(bounds), | 311 | add_I2(topLeft_Rect(bounds), |
312 | init_I2(xOff, yOff)), | 312 | init_I2(xOff, yOff)), |
313 | white_ColorId, | 313 | white_ColorId, |
314 | "%s", | ||
314 | cstr_String(&text)); | 315 | cstr_String(&text)); |
315 | clearClip_Paint(&p); | 316 | clearClip_Paint(&p); |
316 | /* Cursor blinking. */ | 317 | /* Cursor blinking. */ |