mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 02:11: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
------------------
Branch: ni/coolstream
Commit: 995aeaeb18
Author: rhabarber1848 <rhabarber1848@web.de>
Date: 2010-02-27 (Sat, 27 Feb 2010)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Jacek Jendrzej
parent
d77e22e271
commit
3a692e2962
@@ -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