//
-// $Id: fcgio.cpp,v 1.7 2001/11/20 03:24:19 robs Exp $
+// $Id: fcgio.cpp,v 1.8 2001/11/20 13:11:12 robs Exp $
//
// Allows you communicate with FastCGI streams using C++ iostreams
//
{\r
// it should be ok to set up both the get and put areas\r
char * end = this->buf + this->bufsize;\r
- this->setg(this->buf, this->buf, end);\r
- this->setb(this->buf, end);\r
+ setg(this->buf, this->buf, end);\r
+ setp(this->buf, end);\r
}\r
\r
streambuf * fcgi_streambuf::setbuf(char * buf, int len)