wxMaxima-developers / wxmaxima

A gui for the computer algebra system Maxima built with wxWidgets
https://wxMaxima-developers.github.io/wxmaxima/
Other
459 stars 96 forks source link

SystemWiz: fix invalid format specifier #1916

Closed asakovets closed 1 month ago

asakovets commented 1 month ago

Otherwise, an assertion fails, when trying to solve a linear system (Equations > Solve symbolically > Solve Linear System...):

/usr/include/wx-3.2/wx/strvararg.h(484): assert "(argtype & (wxFormatStringSpecifier::value)) == argtype" failed in wxArgNormalizer(): format specifier doesn't match argument type

gunterkoenigsmann commented 1 month ago

Thanks a lot!