From 2ee50d030178cede83eb9d0005fbc19f819d30fe Mon Sep 17 00:00:00 2001 From: Graham Inggs Date: Mon, 5 Feb 2018 14:48:51 +0200 Subject: Imported Upstream version 2.1.0 --- ListItem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ListItem.c') diff --git a/ListItem.c b/ListItem.c index c9e906f..05c5c0b 100644 --- a/ListItem.c +++ b/ListItem.c @@ -39,7 +39,7 @@ static void ListItem_display(Object* cast, RichString* out) { /* int len = strlen(this->value)+1; char buffer[len+1]; - snprintf(buffer, len, "%s", this->value); + xSnprintf(buffer, len, "%s", this->value); */ if (this->moving) { RichString_write(out, CRT_colors[DEFAULT_COLOR], -- cgit v1.2.3