mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +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:
@@ -60,7 +60,7 @@ void PrintError(const QString &str,bool interactive)
|
||||
QMessageBox::warning(NULL,QObject::tr("RDAdmin Error"),str);
|
||||
}
|
||||
else {
|
||||
fprintf(stderr,(QString("rdadmin: ")+str).toUtf8().constData());
|
||||
fprintf(stderr,"rdadmin: %s\n",str.toUtf8().constData());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user