TLeconte / acarsdec

ACARS SDR decoder
336 stars 90 forks source link

Small tweak due to an API change in libacars v. 1.1.0 #52

Closed szpajder closed 5 years ago

szpajder commented 5 years ago

I have changed LA_VERSION from a preprocessor macro into a variable, so that it shows the library version which is currently running instead of the version which the program has been compiled with. This causes acarsdec compilation to fail, hence this fix. Sorry for trouble, in the future I'll do my best to keep the API backwards compatible as long as I can.