From 8ac9e386b569d86632beb1bf97d349368957c161 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 10 Feb 2017 11:07:44 -0500 Subject: [PATCH] More TODOs. --- common/attrstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/attrstr.c b/common/attrstr.c index 249c086f..f62c42f2 100644 --- a/common/attrstr.c +++ b/common/attrstr.c @@ -121,7 +121,7 @@ void uiAttributedStringInsertAtUnattributed(uiAttributedString *s, const char *s uint32_t rune; char buf[4]; uint16_t buf16[2]; - size_t n8, n16; + size_t n8, n16; // TODO make loop-local? to avoid using them in the wrong place again size_t old, old16; size_t oldlen, old16len; size_t at16;