mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01: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>
|
2018-01-19 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a typo regarding the %D filepath wildcard in the Operations
|
* Fixed a typo regarding the %D filepath wildcard in the Operations
|
||||||
Guide.
|
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));
|
unlink(RDCut::pathName(destination_cartnum,destination_cutnum));
|
||||||
if(link(RDCut::pathName(source_cartnum,source_cutnum),
|
if(link(RDCut::pathName(source_cartnum,source_cutnum),
|
||||||
RDCut::pathName(destination_cartnum,destination_cutnum))!=0) {
|
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(strerror(errno),400,"copyaudio.cpp",LINE_NUMBER);
|
||||||
}
|
}
|
||||||
XmlExit("OK",200,"copyaudio.cpp",LINE_NUMBER);
|
XmlExit("OK",200,"copyaudio.cpp",LINE_NUMBER);
|
||||||
|
|||||||
Reference in New Issue
Block a user