Changeset 244 in flair-src for trunk/tools/FlairGCS/src/DataPlot1D.cpp


Ignore:
Timestamp:
05/24/18 11:45:33 (6 years ago)
Author:
Sanahuja Guillaume
Message:

modifs segfault when closing connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/FlairGCS/src/DataPlot1D.cpp

    r222 r244  
    4040      receivesize += sizeof(int16_t);
    4141    } else {
    42       printf("MyDataPlot1D::addCurve unknown type %s\n",
     42      fprintf(stderr,"MyDataPlot1D::addCurve unknown type %s\n",
    4343             type.toLocal8Bit().constData());
    4444    }
     
    9797      datas[i] = data;
    9898    } else {
    99       printf("DataPlot1D::BufEvent unknown type %s\n",
     99      fprintf(stderr,"DataPlot1D::BufEvent unknown type %s\n",
    100100             datas_type.at(i).toLocal8Bit().constData());
    101101    }
Note: See TracChangeset for help on using the changeset viewer.