On 2013-02-06 12:03:21 +0100
Luca Pizzamiglio <[email protected]> wrote:

> Hi guys,
> 
> I'm updating KDE SC to 4.9.5. Thanks for the great job!
> 
> Updating Amarok, I get this error message:
> /usr/ports/audio/amarok-kde4/work/amarok-2.7.0/src/playlistgenerator/constraints/PlaylistFileSize.cpp:175:
> error: integer constant is too large for 'long' type
> 
> 
> Adding the suffix LL (as showed in the patch) the problem is solved.
> 
> Best regards,
> Luca

Without the suffix it isn't even an long int constant, but a normal-length (4 
bytes on most architectures, including amd64) signed integer.

I've submitted your patch to area51 in r8987.

Alonso
_______________________________________________
kde-freebsd mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to