freebsd-ports/audio/amarok/files/patch-amarok_src_lastfm.cpp
Michael Landin 332d5a2fef - update to -> 1.4.1
- remove libvisual support, as only libvis-0.4 is supported
- add extra patch for 4.x build
2006-08-02 12:09:59 +00:00

14 lines
579 B
C++

$FreeBSD$
--- amarok/src/lastfm.cpp.orig
+++ amarok/src/lastfm.cpp
@@ -729,7 +729,7 @@
QCString md5pass = KMD5( KMD5( m_password.utf8() ).hexDigest() + currentTime ).hexDigest();
- QString token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" )
+ token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" )
.arg( QString( QUrl( currentUsername() ).encodedPathAndQuery() ) )
.arg( QString( QUrl( md5pass ).encodedPathAndQuery() ) )
.arg( QString( QUrl( challenge ).encodedPathAndQuery() ) )