I think I'm going to puke.

This commit is contained in:
mycroft 1993-06-17 03:30:45 +00:00
parent 48952b4395
commit 41fa2fa699
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ streambuf* filebuf::open(int filedesc, io_mode m)
{
int open_arg = open_cmd_arg(m, a_use);
if (open_arg == -1) return 0;
fd = ::open(name, open_arg, 0666);
fd = ::open(name(), open_arg, 0666);
if (opened = (fd >= 0))
{
allocate();