Skip to content

Commit

Permalink
[dvbviewer] Favourite groups fix
Browse files Browse the repository at this point in the history
  • Loading branch information
A600 committed Nov 10, 2012
1 parent ef09a31 commit 5acb7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/pvr.dvbviewer/src/DvbData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,8 @@ bool Dvb::LoadChannels()
}
else
{
char* strGroupNameUtf8 = XBMC->UnknownToUTF8(strTmp.c_str());
groupName = strTmp;
char* strGroupNameUtf8 = XBMC->UnknownToUTF8(groupName.c_str());
favGroup.strGroupName = strGroupNameUtf8;
groupsfav.push_back(favGroup);
XBMC->FreeString(strGroupNameUtf8);
Expand Down

0 comments on commit 5acb7b0

Please sign in to comment.