mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-03 06:54:16 +01:00
Just `if (version < N)` instead of `if (version && (version < N))` Fix existing functions that were not checking for `version > 0`
Just `if (version < N)` instead of `if (version && (version < N))` Fix existing functions that were not checking for `version > 0`