From f25e44e508417e0e86bc4615214229af47fff378 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 24 Apr 2014 20:55:34 +0300 Subject: [PATCH] STL: restore comment --- modules/codec/stl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/codec/stl.c b/modules/codec/stl.c index dbf2ae9560..361e753052 100644 --- a/modules/codec/stl.c +++ b/modules/codec/stl.c @@ -93,6 +93,7 @@ static char *ParseText(const uint8_t *data, size_t size, const char *charset) break; if (code == 0x7f) continue; + /* TODO: italics begin/end 0x80/0x81, underline being/end 0x82/0x83 */ if (code & 0x60) text[text_size++] = code; if (code == 0x8a) -- 2.20.1