Merge branch '2.2' into 2.3

This commit is contained in:
Markus Mäkelä
2019-01-07 10:33:34 +02:00
8 changed files with 113 additions and 76 deletions

View File

@ -0,0 +1,5 @@
all:
c++ -I ../ ../cdc_connector.cpp main.cpp -ljansson -lcrypto -o cdc
clean:
rm -rf cdc

View File

@ -26,7 +26,7 @@ int main(int argc, char** argv)
if (conn.connect(argv[5]))
{
CDC::Row row;
CDC::SRow row;
while ((row = conn.read()))
{