better SCAN_VERSION building

This commit is contained in:
john30
2016-01-02 11:35:49 +01:00
parent 6bf0dcff3d
commit bc437c99c9
+1 -1
View File
@@ -630,7 +630,7 @@ result_t BusHandler::handleSymbol()
if (message == NULL || message->isWrite())
return setState(bs_skip, RESULT_ERR_INVALID_ARG); // don't know this request or definition has wrong direction, deny
if (message == m_messages->getScanMessage()) {
input.str("ebusd;EBUSD;" SCAN_VERSION ";0100");
input.str("ebusd;ebusd;" SCAN_VERSION ";100");
}
// build response and store in m_response for sending back to requesting master