windytan / redsea

Command-line FM-RDS decoder with JSON output.
MIT License
390 stars 36 forks source link

Does not compile #11

Closed jgarland79 closed 9 years ago

jgarland79 commented 9 years ago

This patch fixed it for me.

diff --git a/rtl_redsea.c b/rtl_redsea.c index 9ea1e68..2b3dca3 100644 --- a/rtl_redsea.c +++ b/rtl_redsea.c @@ -122,8 +122,8 @@ int main(int argc, char **argv) { reading_frame = 0; qua = 0; double t = 0;

mvglasow commented 9 years ago

See pull request #10

windytan commented 9 years ago

Merged.