mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-05 23:15:54 +01:00
change if ( fd != NULL ) to if ( ( fd != NULL ) && ( fd != stdout ) ) before fclose( fd );
change if ( fd != NULL ) to if ( ( fd != NULL ) && ( fd != stdout ) ) before fclose( fd );