gopher.server: fix length of ".." link.

char-rename
John Benediktsson 2016-10-27 09:32:16 -07:00
parent 924880cb50
commit 7fb7eae02b
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ TUPLE: gopher-server < threaded-server
".." swap parent-directory
server serving-hostname>>
server insecure>>
"1%-67s\t%s\t%s\t%d\r\n" sprintf
"1%-69s\t%s\t%s\t%d\r\n" sprintf
utf8 encode write
] unless-empty
] bi