mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdxport.cgi. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -180,7 +180,7 @@ void Xport::Export()
|
||||
fflush(NULL);
|
||||
if((fd=open(tmpfile.toUtf8(),O_RDONLY))>=0) {
|
||||
while((n=read(fd,data,2048))>0) {
|
||||
write(1,data,n);
|
||||
RDCheckReturnCode("Export() write",write(1,data,n),n);
|
||||
}
|
||||
}
|
||||
close(fd);
|
||||
|
Reference in New Issue
Block a user