geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit b8e888a23c8a70957942fb52d0afb95b102ef72a
parent 3e0c38b22b9608dcd54fe36c8e01710454284f14
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(-)

diff --git a/ind.c b/ind.c @@ -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},