comms/fldigi: mark BROKEN after r425442
src/main.cxx:1492:2: error: no matching function for call to 'memset'
memset(src.data_in, 0, src.input_frames * sizeof(float)); ^~~~~~
/usr/include/string.h:67:7: note: candidate function not viable: no known conversion from 'const float *' to 'void *' for 1st argument; take the address of the argument with &
void *memset(void *, int, size_t);
^
Reported by: pkg-fallout
Pointy hat to: @bapt (and upstream)