(fixed an error message in Init())

This commit is contained in:
Frank Seide 2015-07-02 18:53:44 -07:00
Родитель 28ea7c3978
Коммит 083bc00c79
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -98,7 +98,7 @@ void File::Init(const wchar_t* filename, int fileOptions)
if (m_filename == L"-") // stdin/stdout
{
if (writing && reading)
RuntimeError("File: path '-' fileOptionsRead and fileOptionsWrite at once");
RuntimeError("File: cannot specify fileOptionsRead and fileOptionsWrite at once with path '-'");
m_file = writing ? stdout : stdin;
}
else if (outputPipe || inputPipe) // pipe syntax