mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2016-05-18 Fred Gleason <fredg@paravelsystems.com>
* Added an entry for the Broadcast Tools SRC-16 in 'docs/SWITCHERS.txt'. * Added a 'CUT_EVENTS' table to the database. * Added a 'DECK_EVENTS' table to the database. * Incremented the database version to 256. * Implemented a 'Cut Event' ['CE'] RML. * Added a 'Event Carts' section to the Edit Deck dialog in 'rdadmin/edit_deck.cpp' and 'rdadmin/edit_deck.h'.
This commit is contained in:
@@ -76,6 +76,8 @@ void Xport::CopyAudio()
|
||||
unlink(RDCut::pathName(destination_cartnum,destination_cutnum));
|
||||
if(link(RDCut::pathName(source_cartnum,source_cutnum),
|
||||
RDCut::pathName(destination_cartnum,destination_cutnum))!=0) {
|
||||
XmlExit("dst: "+RDCut::pathName(source_cartnum,source_cutnum)+" src: "+
|
||||
RDCut::pathName(destination_cartnum,destination_cutnum),400);
|
||||
XmlExit(strerror(errno),400);
|
||||
}
|
||||
XmlExit("OK",200);
|
||||
|
||||
Reference in New Issue
Block a user