mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +01:00
2021-10-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a compile time warning in 'web/webget/webget.cpp'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -821,7 +821,7 @@ void MainObject::SaveSourceFile(const QString &filepath) const
|
||||
// Move the data
|
||||
//
|
||||
while((n=read(src_fd,buffer,1024))>0) {
|
||||
write(dst_fd,buffer,n);
|
||||
RDCheckExitCode("webget service",write(dst_fd,buffer,n));
|
||||
}
|
||||
if(n<0) {
|
||||
rda->syslog(LOG_WARNING,"error while reading source file \"%s\" for SaveWebgetFilesDirectory [%s]",
|
||||
|
||||
Reference in New Issue
Block a user