FTBFS: 32-bit pointer assumptions in FTprocOrderDialog.cpp

Bug #2407 reported by Emmet Hikory
6
Affects Status Importance Assigned to Milestone
freqtweak (Ubuntu)
Fix Released
Medium
MOTU

Bug Description

    freqtweak fails to build on 64-but architectures. In order to fix it, the following changes have to be made to src/FTprocOrderDialog.cpp:

213c213
< item.SetData ((unsigned long) (*mod));
---
> item.SetData ((unsigned) (*mod));
233c233
< item.SetData ((unsigned long) procmods[n]);
---
> item.SetData ((unsigned) procmods[n]);
444c444
< item.SetData ((unsigned long)proc);
---
> item.SetData ((unsigned)proc);

Changed in freqtweak:
assignee: nobody → motu
Changed in freqtweak:
status: New → PendingUpload
Changed in freqtweak:
status: PendingUpload → Fixed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.