tAdd vtt as text. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
 (HTM) git clone git://r-36.net/geomyidae
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit b8e888a23c8a70957942fb52d0afb95b102ef72a
 (DIR) parent 3e0c38b22b9608dcd54fe36c8e01710454284f14
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sat, 23 Oct 2021 16:42:56 +0200
       
       Add vtt as text.
       
       Diffstat:
         ind.c                               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/ind.c b/ind.c
       t@@ -52,6 +52,7 @@ filetype type[] = {
                {"png", "I", handlebin},
                {"bmp", "I", handlebin},
                {"txt", "0", handlebin},
       +        {"vtt", "0", handlebin},
                {"html", "0", handlebin},
                {"htm", "0", handlebin},
                {"xhtml", "0", handlebin},