Skip to content

Fixed LogFontAndName comparison

Sergey Larin requested to merge sergy.larin/lazarus:logfont-compare-fix into main

When comparing LogFont, the lfFaceName field must be compared to the terminating character 0, not everything.
There may be garbage after the terminating 0 character.

The error manifested itself in the fact that sometimes after the build Lazarus did not start.

Note: An error was detected when installing a custom Memory Manager.

Merge request reports