After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679572 - casting problem & Fix
casting problem & Fix
Status: RESOLVED DUPLICATE of bug 655660
Product: banshee
Classification: Other
Component: Device (general)
2.4.1
Other Linux
: Normal critical
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-08 00:59 UTC by dimabeofek
Modified: 2012-07-09 00:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description dimabeofek 2012-07-08 00:59:34 UTC
/banshee-2.4.1/src/Dap/Banshee.Dap.AppleDevice/Banshee.Dap.AppleDevice/AppleDeviceTrackInfo.cs

Line Number with problem: 218: track.Size = (int)FileSize;
Fix Applied: track.Size = (uint)FileSize; (I did not push this fix into master branch, but installation worked on my computer using make && make install)
After casting FileSize to uint, running ./configure, make, make install all worked.

But now a new problem arose, therefore a new report.
Comment 1 Andrés G. Aragoneses (IRC: knocte) 2012-07-09 00:45:31 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 655660 ***