Opened 18 years ago
Closed 18 years ago
#535 closed Defect (fixed)
idle_time_to_run saved incorrectly
| Reported by: | oteodoro | Owned by: | romw |
|---|---|---|---|
| Priority: | Trivial | Milestone: | Undetermined |
| Component: | Manager | Version: | |
| Keywords: | patch | Cc: |
Description
The clientgui/DlgAdvPreferences.cpp saves it as a long, losing precision. The fractional part is missing gets zeroed out. It should remain a double.
Attachments (1)
Change History (3)
Changed 18 years ago by
| Attachment: | boinc-idletime-gui-fix.patch added |
|---|
comment:1 Changed 18 years ago by
| Component: | Undetermined → Client - Manager |
|---|---|
| Keywords: | patch added |
| Owner: | set to romw |
| Priority: | Undetermined → Trivial |
comment:2 Changed 18 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.

patch for clientgui/DlgAdvPreferences.cpp