smaller buffer

This commit is contained in:
Glenn Maynard
2004-07-24 03:01:23 +00:00
parent e366586e36
commit e804c28451
+1 -1
View File
@@ -86,7 +86,7 @@ private:
bool m_EOF;
int m_FilePos;
enum { BSIZE = 1024*16 };
enum { BSIZE = 1024 };
char m_Buffer[BSIZE];
char *m_pBuf;
int m_BufAvail;