mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-13 06:03:37 +02:00
2021-04-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed security warnings when build under Debian. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -79,7 +79,7 @@ MainObject::MainObject(QObject *parent)
|
||||
//
|
||||
QString err (tr("datedecode_test: "));
|
||||
if(!RDOpenDb(&schema,&err,config)) {
|
||||
fprintf(stderr,err.toUtf8());
|
||||
fprintf(stderr,"%s\n",err.toUtf8().constData());
|
||||
delete cmd;
|
||||
exit(256);
|
||||
}
|
||||
|
Reference in New Issue
Block a user