]> sigrok.org Git - libsigrok.git/commit - src/hardware/baylibre-acme/protocol.c
baylibre-acme: Replace g_close() with close() for now.
authorUwe Hermann <redacted>
Sun, 3 Jan 2016 01:51:01 +0000 (02:51 +0100)
committerUwe Hermann <redacted>
Sun, 3 Jan 2016 01:59:00 +0000 (02:59 +0100)
commite43887683cc1920fa0d6f9e557bff0e62fa7c8a3
treec8116c36eddc5b7c424e97ade9b20567c9a61939
parent8c529898116e9a6bf7083fb3b748b24d006392a4
baylibre-acme: Replace g_close() with close() for now.

This g_close(), the only one in the whole code-base, would unnecessarily
raise the minimum glib version to 2.36.

Thanks to Daniel Glöckner for the report.

This fixes bug #724.
src/hardware/baylibre-acme/protocol.c