- initialization fix in write()
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@514 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -439,7 +439,7 @@ int read(int file, char *ptr, int len)
|
|||||||
|
|
||||||
int write(int file, char *ptr, int len)
|
int write(int file, char *ptr, int len)
|
||||||
{
|
{
|
||||||
int i;
|
int i = 0;
|
||||||
|
|
||||||
if (file == 1)
|
if (file == 1)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user