mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-25 16:58:04 +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:
parent
5a3a5015a5
commit
1aa1fab205
@ -15851,3 +15851,6 @@
|
||||
Duplicate Cart Titles' setting.
|
||||
2017-06-19 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'TITLE' field to the 'Import' web call.
|
||||
2017-06-21 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in 'lib/rdmacro_event.cpp' that broke the build
|
||||
under Windows.
|
||||
|
@ -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=
|
||||
|
Loading…
x
Reference in New Issue
Block a user