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)
commitd2aad78135050b13f1cf211fa0025aef1a238edf
tree4e3f65894b071e87724294d54fb379d22826c2d7
parent8782a1fdb4cd6e73ad068599f06292a2cecd4d7e
samplingbar.cpp: Add missing "ULL".

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.
pv/samplingbar.cpp