[Amarok] [BAD EMAIL] Fix crash when sending files on mp3tunes

Mark Kretschmann kretschmann at kde.org
Mon Nov 30 08:51:49 CET 2009


On Mon, Nov 30, 2009 at 8:51 AM, neoclust <neoclust at wurst.kollide.net> wrote:
> commit 5ac633be82ae0f315fba41e352f7f9d371839d67
> Author:     neoclust <neoclust at localhost.(none)>
> AuthorDate: Mon Nov 30 00:53:28 2009 +0100
> Commit:     neoclust <neoclust at localhost.(none)>
> CommitDate: Mon Nov 30 00:53:28 2009 +0100
>
>    Fix crash when sending files on mp3tunes
>
> diff --git a/src/services/mp3tunes/Mp3tunesLocker.cpp b/src/services/mp3tunes/Mp3tunesLocker.cpp
> index 7d6979a..d0cc61b 100644
> --- a/src/services/mp3tunes/Mp3tunesLocker.cpp
> +++ b/src/services/mp3tunes/Mp3tunesLocker.cpp
> @@ -509,7 +509,7 @@ Mp3tunesLocker::search ( Mp3tunesSearchResult &container, const QString &query )
>  bool
>  Mp3tunesLocker::uploadTrack ( const QString &path )
>  {
> -    QByteArray track_path = path.toLatin1();
> +    QByteArray track_path = path.toUtf8();
>
>     int res = mp3tunes_locker_upload_track ( m_locker, track_path.constData() );

Nicolas, could you please set up your email address and your real name
in your Git config? We're getting a "BAD EMAIL" message for each
commit from you.

Thanks.

-- 
Mark Kretschmann
Amarok Developer
Fellow of the Free Software Foundation Europe
www.kde.org - amarok.kde.org - www.fsfe.org


More information about the Amarok-devel mailing list