mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01: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:
@@ -21832,3 +21832,5 @@
|
|||||||
* Cleaned up compile warnings in rdlogmanager(1).
|
* Cleaned up compile warnings in rdlogmanager(1).
|
||||||
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
2021-06-02 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up compile warnings in rdpanel(1).
|
* 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
|
// Skip Header
|
||||||
//
|
//
|
||||||
fgets(line,1024,f);
|
if(fgets(line,1024,f)==NULL) {
|
||||||
fgets(line,1024,f);
|
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
|
// Load Records
|
||||||
|
|||||||
Reference in New Issue
Block a user