| To: | scsh-bugs@martigny.ai.mit.edu |
|---|---|
| Subject: | error in fbufcount |
| From: | Scott Schwartz <schwartz@galapagos.cse.psu.edu> |
| Date: | Wed, 2 Nov 1994 15:03:46 -0500 |
stdio_dep.c contains:
int fbufcount(FILE* fs)
{
fs->_cnt;
}
this should read ``return fs->_cnt;''
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | scsh-0.1 build fails if it isn't already installed, Scott Schwartz |
|---|---|
| Next by Date: | why putenv?, Scott Schwartz |
| Previous by Thread: | scsh-0.1 build fails if it isn't already installed, Scott Schwartz |
| Next by Thread: | why putenv?, Scott Schwartz |
| Indexes: | [Date] [Thread] [Top] [All Lists] |