mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
Neutrino: Remove trailing comma in movieinfo`s audio track listing, patch by Gaucho316: http://www.dbox2-tuning.net/forum/viewtopic.php?f=2&t=49186
Origin commit data
------------------
Commit: 995aeaeb18
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2010-02-27 (Sat, 27 Feb 2010)
This commit is contained in:
committed by
Jacek Jendrzej
parent
6228ba8c4b
commit
300e63ae66
@@ -480,6 +480,7 @@ void CMovieInfo::showMovieInfo(MI_MOVIE_INFO & movie_info)
|
|||||||
print_buffer += movie_info.audioPids[i].epgAudioPidName;
|
print_buffer += movie_info.audioPids[i].epgAudioPidName;
|
||||||
print_buffer += ", ";
|
print_buffer += ", ";
|
||||||
}
|
}
|
||||||
|
print_buffer.erase(print_buffer.size()-2);
|
||||||
}
|
}
|
||||||
|
|
||||||
print_buffer += "\n\n";
|
print_buffer += "\n\n";
|
||||||
|
Reference in New Issue
Block a user