mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2018-08-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rddbmgr(8) that caused unreliable calculation of the correct schema version from a package version string.
This commit is contained in:
@@ -320,7 +320,8 @@ MainObject::MainObject(QObject *parent)
|
||||
}
|
||||
}
|
||||
else {
|
||||
if((set_schema=GetVersionSchema(set_version))==0) {
|
||||
set_schema=GetVersionSchema(set_version);
|
||||
if(set_schema==0) {
|
||||
fprintf(stderr,"invalid/unsupported Rivendell version\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user