diff options
Diffstat (limited to 'audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp')
-rw-r--r-- | audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp b/audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp new file mode 100644 index 000000000000..4a9dd1de3c74 --- /dev/null +++ b/audio/tomahawk/files/patch-src_libtomahawk_sip_PeerInfo.cpp @@ -0,0 +1,11 @@ +--- src/libtomahawk/sip/PeerInfo.cpp.orig 2015-04-15 04:41:40 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 ); + } + + |