Ticket #13648 (closed defect: outdated)
Fix segfault in wxUIntProperty calling wxString::Format with wrong fmt
| Reported by: | jrl1 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | wxPropertyGrid | Version: | 2.9-svn |
| Keywords: | Cc: | ||
| Blocked By: | Patch: | no | |
| Blocking: |
Description
wxUIntProperty::ValueToString() does not take into account that long can be 32 or 64 bits and so it needs to use a different wxString::Format() depending on the sizeof(long).
Without this patch wxUIntProperties segfault and are unusable on 64 bit linux w/ gcc.
The one line patch was made using this command in the root wxWidgets checkout dir.
$svn diff > wxuintproperty_string_format_patch.patch
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

