Skip to content

Commit

Permalink
2018-02-14 Fred Gleason <fredg@paravelsystems.com>
Browse files Browse the repository at this point in the history
	* Fixed a typo in an error message for the 'CopyAudio' web API call.
  • Loading branch information
Fred Gleason committed Feb 14, 2018
1 parent 4d06187 commit 948ccf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Expand Up @@ -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.
3 changes: 0 additions & 3 deletions web/rdxport/copyaudio.cpp
Expand Up @@ -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);
Expand Down

0 comments on commit 948ccf4

Please sign in to comment.