Update CHANGES fix minor bug in analyze.

pull/474/head
Fredrik Öhrström 2022-02-09 14:30:06 +01:00
rodzic fe936f5062
commit 3547382184
2 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,4 +1,8 @@
Michael Ott fixed a bug in oneshot. Thanks Michael!
Fix bug in mode 7 decryption when the encrypted data was followed by non-encrypted data.
NOTE! Json slight json output change drivers esyswm and evo868 where fabrication now is now properly reversed. NOTE! Json slight json output change drivers esyswm and evo868 where fabrication now is now properly reversed.
You can now combine --useconfig=<dir> with --oneshot --exitafter=<time> You can now combine --useconfig=<dir> with --oneshot --exitafter=<time>

Wyświetl plik

@ -597,7 +597,7 @@ LIST_OF_METERS
using_understood = best_understood; using_understood = best_understood;
} }
} }
else if (new_best_understood > old_best_understood) else if (new_best_understood >= old_best_understood)
{ {
best_length = new_best_length; best_length = new_best_length;
best_understood = new_best_understood; best_understood = new_best_understood;