mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 23:30:20 +01:00
2021-02-23 Fred Gleason <fredg@paravelsystems.com>
* Removed the Qt3Support library from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -143,7 +143,7 @@ bool RDWebResult::readXmlFromFile(const QString &filename)
|
||||
char line[1024];
|
||||
QString xml="";
|
||||
|
||||
if((f=fopen(filename,"r"))==NULL) {
|
||||
if((f=fopen(filename.toUtf8(),"r"))==NULL) {
|
||||
return false;
|
||||
}
|
||||
while(fgets(line,1024,f)!=NULL) {
|
||||
|
||||
Reference in New Issue
Block a user