mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2018-02-14 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in an error message for the 'CopyAudio' web API call.
This commit is contained in:
@@ -16596,3 +16596,5 @@
|
||||
2018-01-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a typo regarding the %D filepath wildcard in the Operations
|
||||
Guide.
|
||||
2018-02-14 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a typo in an error message for the 'CopyAudio' web API call.
|
||||
|
@@ -74,9 +74,6 @@ 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,
|
||||
"copyaudio.cpp",LINE_NUMBER);
|
||||
XmlExit(strerror(errno),400,"copyaudio.cpp",LINE_NUMBER);
|
||||
}
|
||||
XmlExit("OK",200,"copyaudio.cpp",LINE_NUMBER);
|
||||
|
Reference in New Issue
Block a user