mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-13 15:17:44 +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.
|
Duplicate Cart Titles' setting.
|
||||||
2017-06-19 Fred Gleason <fredg@paravelsystems.com>
|
2017-06-19 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Added a 'TITLE' field to the 'Import' web call.
|
* 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();
|
port=args[1].toUInt();
|
||||||
}
|
}
|
||||||
if(stationname.lower()=="localhost") {
|
if(stationname.lower()=="localhost") {
|
||||||
rml.setAddress(QString("127.0.0.2"));
|
addr.setAddress("127.0.0.2");
|
||||||
|
rml.setAddress(addr);
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sql=
|
sql=
|
||||||
|
Loading…
x
Reference in New Issue
Block a user