]> git.sesse.net Git - vlc/commit
Bugfix: last.fm segfaults under Windows This is due to %ju unsupported in printf...
authorJPeg <JPeg@videolan.org>
Tue, 2 Sep 2008 01:09:47 +0000 (21:09 -0400)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 2 Sep 2008 01:25:00 +0000 (18:25 -0700)
commit1fd58a36c7f7083ad5153835c9268577164dabd2
tree8df17c5f3a8c98ccd4182fad43544939e72076e9
parent519a81a2fec4d5513bf8ea576546d351626b1d2b
Bugfix: last.fm segfaults under Windows This is due to %ju unsupported in printf. I also added a few HACKs to enhance submitting (length = 0 did not work, for instance).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/misc/audioscrobbler.c