You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bdf_cards_ctria3.cpp is easy to fix. Just move the closing bracket for else just before return and thus get rid of the goto.
I am not sure yet how to get rid of the possible problem in entry_type.h. Due to the way the entries are stored and processed the library relies on overloading the format(const void*)method.
I will generate a pull request for bdf_cards_ctria3.cpp.
in bdf_cards_ctria3.cpp

in entry_type.h

The text was updated successfully, but these errors were encountered: