WerWolv / PatternLanguage

The Pattern Language used by the ImHex Hex Editor
https://imhex.werwolv.net
GNU Lesser General Public License v2.1
165 stars 43 forks source link

fix: Do not use fmt::println() because it is not available everywhere yet #99

Closed iTrooz closed 4 months ago

iTrooz commented 4 months ago

This fix a problem I introduced in https://github.com/WerWolv/PatternLanguage/pull/97

fmt::println() is not available on all Linux distros yet, so this makes the ImHex build fail