aboutsummaryrefslogtreecommitdiff
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/stdlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/stdlib.c b/stdlib/stdlib.c
index b4a1ad77..c7f1c13b 100644
--- a/stdlib/stdlib.c
+++ b/stdlib/stdlib.c
@@ -540,7 +540,7 @@ public _Noreturn void tomo_exit(Text_t text, int32_t status)
public Text_t ask(Text_t prompt, bool bold, bool force_tty)
{
- Text_t ret = Text("");
+ OptionalText_t ret = NONE_TEXT;
FILE *out = stdout;
FILE *in = stdin;