samplingbar.cpp: Add missing "ULL".
authorUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 Jan 2013 19:50:30 +0000 (20:50 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Sat, 19 Jan 2013 19:50:30 +0000 (20:50 +0100)
10000000000 is too large for an int/long on 32bit systems, properly list it
as 10000000000ULL, otherwise the compile will fail.

samplingbar.cpp:48: error: integer constant is too large for 'long' type.


No differences found