mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-06-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdmacro_event.cpp' that broke the build under Windows.
This commit is contained in:
@@ -246,7 +246,8 @@ void RDMacroEvent::exec(int line)
|
||||
port=args[1].toUInt();
|
||||
}
|
||||
if(stationname.lower()=="localhost") {
|
||||
rml.setAddress(QString("127.0.0.2"));
|
||||
addr.setAddress("127.0.0.2");
|
||||
rml.setAddress(addr);
|
||||
}
|
||||
else {
|
||||
sql=
|
||||
|
Reference in New Issue
Block a user