libftdi-git Archives

Subject: A library to talk to FTDI chips branch, master, updated. v1.0-11-g45a3ebd

From: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libftdi-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Wed, 10 Apr 2013 09:44:45 +0200 (CEST)
The branch, master has been updated
       via  45a3ebd502c405488935ac61e502296942b9b83a (commit)
      from  68e78641352b9ae737f15bd55d93b11739fd333b (commit)


- Log -----------------------------------------------------------------
commit 45a3ebd502c405488935ac61e502296942b9b83a
Author: Thomas Jarosch <thomas.jarosch@xxxxxxxxxxxxx>
Date:   Wed Apr 10 09:44:38 2013 +0200

    Fix compile error reported by Bryan Richmond

-----------------------------------------------------------------------

Summary of changes:
 src/ftdi.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/ftdi.c b/src/ftdi.c
index 6d4a64b..64257da 100644
--- a/src/ftdi.c
+++ b/src/ftdi.c
@@ -3772,7 +3772,7 @@ int ftdi_set_eeprom_value(struct ftdi_context *ftdi, enum 
ftdi_eeprom_value valu
         default :
             ftdi_error_return(-1, "Request to unknown EEPROM value");
     }
-    eeprom->initialized_for_connected_device = 0;
+    ftdi->eeprom->initialized_for_connected_device = 0;
     return 0;
 }
 


hooks/post-receive
-- 
A library to talk to FTDI chips

--
libftdi-git - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • A library to talk to FTDI chips branch, master, updated. v1.0-11-g45a3ebd, libftdi-git <=