- 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:
2009-10-14 22:04:46 +00:00
parent 730714620d
commit a6cf47015c
+1 -1
View File
@@ -439,7 +439,7 @@ int read(int file, char *ptr, int len)
int write(int file, char *ptr, int len)
{
int i;
int i = 0;
if (file == 1)
{