mirror of
https://github.com/fadden/6502bench.git
synced 2025-01-14 07:29:44 +00:00
8209753cbc
For some reason FormatHexValue was creating format strings on demand. In a recent change, FormatAdjustment started using them. So if the first 4-digit hex value printed by the program was a large adjustment, you could end up with a default-formatted adjustment pretending to be hex. Now we just create the 4 format strings in the Formatter constructor.