mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
Merge branch 'dvbsi++' of coolstreamtech.de:cst-public-gui-neutrino into dvbsi++
Origin commit data
------------------
Branch: ni/coolstream
Commit: c01931382e
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-27 (Fri, 27 Apr 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -78,7 +78,7 @@ bool sortById (const CChannelEvent& a, const CChannelEvent& b)
|
||||
inline bool sortByDescription (const CChannelEvent& a, const CChannelEvent& b)
|
||||
{
|
||||
if(a.description == b.description)
|
||||
return a.eventID < b.eventID;
|
||||
return a.startTime < b.startTime;
|
||||
else
|
||||
return a.description < b.description ;
|
||||
}
|
||||
|
Reference in New Issue
Block a user