Oops. Left off the 'file-type' specifier in the '200' line.

This commit is contained in:
waterson%netscape.com 1999-08-24 06:41:35 +00:00
Родитель 3cbab9580a
Коммит 03ef9a0dd7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -44,7 +44,7 @@ nsDirectoryIndexStream::Init(const nsFileSpec& aDir)
if (! mIter)
return NS_ERROR_OUT_OF_MEMORY;
mBuf = "200: filename content-length last-modified\n";
mBuf = "200: filename content-length last-modified file-type\n";
return NS_OK;
}