From 3c367808a0d999678d91c5e3bd34d83e2ac22095 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Mon, 3 Jan 2011 15:50:19 +0100 Subject: [PATCH] servicemp3: fix compile error on amd64 --- lib/service/servicemp3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/service/servicemp3.h b/lib/service/servicemp3.h index b864a100..d54997a6 100644 --- a/lib/service/servicemp3.h +++ b/lib/service/servicemp3.h @@ -167,7 +167,7 @@ public: int bufferPercent; int avgInRate; int avgOutRate; - long long bufferingLeft; + int64_t bufferingLeft; bufferInfo() :bufferPercent(0), avgInRate(0), avgOutRate(0), bufferingLeft(-1) { -- 2.30.2