CHG: "hf mf hardnested" - less printing

CHG: some filehandles = NULL.
This commit is contained in:
iceman1001 2016-10-21 16:06:53 +02:00
commit 2dcf60f3df
15 changed files with 112 additions and 61 deletions

View file

@ -77,7 +77,7 @@ void PrintAndLog(char *fmt, ...)
}
void SetLogFilename(char *fn) {
logfilename = fn;
logfilename = fn;
}
void iceIIR_Butterworth(int *data, const size_t len){