]> sigrok.org Git - libsigrok.git/commit
MinGW: Use "b" in all fopen() calls.
authorUwe Hermann <redacted>
Fri, 4 Feb 2011 22:52:16 +0000 (23:52 +0100)
committerUwe Hermann <redacted>
Fri, 4 Feb 2011 22:52:16 +0000 (23:52 +0100)
commit45fdfa307de68cc5209142cc6bae13a3be274949
treeba118474c7cb54f5e4cbe3fb00c222ba81db715d
parent0f33365007d72e3f114938a61b9c426b6f5e48c6
MinGW: Use "b" in all fopen() calls.

This is required for proper operation on Windows/MinGW, and doesn't
affect other OSes, most POSIX systems simply ignore the "b".
hardware/asix-sigma/asix-sigma.c
hardware/common/ezusb.c