mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
11 lines
462 B
C++
11 lines
462 B
C++
--- 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 );
|
|
}
|
|
|
|
|