mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compile warnings in rdrepld(8). Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -134,8 +134,12 @@ bool CitadelXds::LoadIsciXreference(const QString &filename)
|
||||
//
|
||||
// Skip Header
|
||||
//
|
||||
fgets(line,1024,f);
|
||||
fgets(line,1024,f);
|
||||
if(fgets(line,1024,f)==NULL) {
|
||||
rda->syslog(LOG_WARNING,"fgets() error reading ISCI xreference data");
|
||||
}
|
||||
if(fgets(line,1024,f)==NULL) {
|
||||
rda->syslog(LOG_WARNING,"fgets() error reading ISCI xreference data");
|
||||
}
|
||||
|
||||
//
|
||||
// Load Records
|
||||
|
Reference in New Issue
Block a user