More TODOs.

This commit is contained in:
Pietro Gagliardi 2017-02-10 11:07:44 -05:00
parent 6fa009a7dd
commit 8ac9e386b5
1 changed files with 1 additions and 1 deletions

View File

@ -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;