fix line ending issue w/glossary gopher server

FossilOrigin-Name: 2892812479e8f39d4150958939fbb134d7af4050d52eee801986efcc60163b5b
This commit is contained in:
crc 2017-12-21 23:19:36 +00:00
parent 170ac5d66b
commit 5dfb43be92

View file

@ -421,7 +421,7 @@ selector).
~~~
:display-entry (-)
GOPHER-PORT field:name dup '0%s\tdesc_%s\tforthworks.com\t%n\n s:with-format puts ;
GOPHER-PORT field:name dup '0%s\t/desc_%s\tforthworks.com\t%n\r\n s:with-format puts ;
:gopher:list-words (-)
'words.tsv [ s:keep !SourceLine display-entry ] file:for-each-line ;