Skip to content

Commit

Permalink
also reset m_strFileNameAndPath in CVideoInfoTag::Reset() (like all t…
Browse files Browse the repository at this point in the history
…he other members)
  • Loading branch information
Montellese committed Dec 20, 2011
1 parent 4027e43 commit e449ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/video/VideoInfoTag.cpp
Expand Up @@ -56,6 +56,7 @@ void CVideoInfoTag::Reset()
m_strPath.clear();
m_strIMDBNumber.clear();
m_strMPAARating.clear();
m_strFileNameAndPath.clear();
m_strPremiered.clear();
m_strStatus.clear();
m_strProductionCode.clear();
Expand Down

0 comments on commit e449ad8

Please sign in to comment.