mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-18 02:55:12 +00:00
oops
git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky@484 7f574dfc-610e-0410-a909-a81674777703
This commit is contained in:
parent
773a93b0ec
commit
f19ff600dc
@ -93,7 +93,6 @@ void update_bmpx()
|
||||
fail:
|
||||
if (error)
|
||||
g_error_free(error);
|
||||
current_info->bmpx.title = unknown;
|
||||
if (current_info->bmpx.title) {
|
||||
free(current_info->bmpx.title);
|
||||
current_info->bmpx.title = 0;
|
||||
@ -106,6 +105,7 @@ fail:
|
||||
free(current_info->bmpx.album);
|
||||
current_info->bmpx.album = 0;
|
||||
}
|
||||
current_info->bmpx.title = unknown;
|
||||
current_info->bmpx.artist = unknown;
|
||||
current_info->bmpx.album = unknown;
|
||||
current_info->bmpx.bitrate = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user