From 927e297e50d9820ccea7a3356e3d294a0514eb5a Mon Sep 17 00:00:00 2001 From: Viktor Semykin Date: Sun, 4 Jul 2010 15:36:26 +0300 Subject: fixed refleak; minor fixups --- plugins/lastfm/lastfm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index 1773abd6..82b2db91 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -843,7 +843,7 @@ lfm_action_lookup (DB_playItem_t *it, void *data) return 0; char *command = NULL; - if (-1 == asprintf (&command, "xdg-open http://www.last.fm/music/%s/_/%s", eartist, etitle)) + if (-1 == asprintf (&command, "xdg-open 'http://www.last.fm/music/%s/_/%s'", eartist, etitle)) return 0; system (command); free (command); -- cgit v1.2.3