Differences From Artifact [1080e43d57]:
- File src/helpers.pas — part of check-in [abbf41a4a7] at 2022-03-10 15:14:27 on branch trunk — [Bugfix] When editing an unsaved document, the status panel will (correctly) display '[unsaved file]' now. (user: Cthulhux, size: 1446) [annotate] [blame] [check-ins using]
To Artifact [7fc6e4646d]:
- File src/helpers.pas — part of check-in [ebe98e25b1] at 2022-03-10 15:23:43 on branch trunk — [Bugfix] Windows builds still had a seemingly broken update check. Fixed the status display. (user: Cthulhux, size: 1440) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
53 54 55 56 57 58 59 | else if nV1 > nV2 then comp := 1 else if nV1 < nV2 then comp := -1; end else comp := 0; | < | 53 54 55 56 57 58 59 60 61 62 63 | else if nV1 > nV2 then comp := 1 else if nV1 < nV2 then comp := -1; end else comp := 0; end; end. |