GNOME Bugzilla – Bug 679572
casting problem & Fix
Last modified: 2012-07-09 00:45:31 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.
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 ***