mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-14 07:01:14 +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:
parent
09d86488ef
commit
5b07961763
@ -21832,3 +21832,5 @@
|
||||
* Cleaned up compile warnings in rdlogmanager(1).
|
||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdpanel(1).
|
||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Cleaned up compile warnings in rdrepld(8).
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user