Opened 10 years ago
Closed 10 years ago
#1279 closed defect (fixed)
debugger-client uses incorrect formatting strings for 32-bit systems
| Reported by: | sjamaan | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 4.11.0 |
| Component: | core tools | Version: | 4.10.x |
| Keywords: | Cc: | ||
| Estimated difficulty: |
Description
On 32-bit systems, the formatting strings for printf/scanf in debugger-client.scm are invalid because they accept a C_word which is not the same as a long like on 64-bit platforms.
Note: See
TracTickets for help on using
tickets.

Fixed by 19578e3, 3adc144, d22d724.