aboutsummaryrefslogtreecommitdiff
path: root/audio/tomahawk/files/patch-src__libtomahawk__sip__PeerInfo.cpp
blob: 0549df927931b29b23b5de4bcad909cc8b1fb132 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/libtomahawk/sip/PeerInfo.cpp.orig	2014-11-20 00:17:56 UTC
+++ src/libtomahawk/sip/PeerInfo.cpp
@@ -333,7 +333,7 @@ PeerInfo::setAvatar( const QPixmap& avat
     d->fancyAvatar.reset();
 
     Q_ASSERT( !contactId().isEmpty() );
-    TomahawkUtils::Cache::instance()->putData( "Sources", 7776000000 /* 90 days */, contactId(), ba );
+    TomahawkUtils::Cache::instance()->putData( "Sources", Q_INT64_C(7776000000) /* 90 days */, contactId(), ba );
 }