Modify ↓
Opened 17 years ago
Closed 17 years ago
#1795 closed defect (fixed)
[Patch] josm calculates update check wrong
| Reported by: | stephankn | Owned by: | framm |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | unspecified | Version: | |
| Keywords: | Cc: |
Description
josm can warn user if last plugin update was long ago.
The current value warns the user if the last update was older than 7096 years(!).
The enclosed patch fixes this. Now it is 30 days.
Attachments (2)
Change History (3)
by , 17 years ago
| Attachment: | josm-1795-updatecheck.patch added |
|---|
by , 17 years ago
| Attachment: | josm-1795-updatecheck.2.patch added |
|---|
fix additional integer overflow. Use this version!
Note:
See TracTickets
for help on using tickets.



patch fixing update check