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:
Fred Gleason 2017-06-21 10:20:29 -04:00
parent 5a3a5015a5
commit 1aa1fab205
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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=