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/RangeFinderPlot.cpp

    r15 r244  
    3939    receivesize = nb_samples * sizeof(int16_t);
    4040  } else {
    41     printf("RangeFinderPlot::RangeFinderPlot unknown type %s\n",
     41    fprintf(stderr,"RangeFinderPlot::RangeFinderPlot unknown type %s\n",
    4242           data_type.toLocal8Bit().constData());
    4343  }
     
    177177      SetTriangle(i, data);
    178178    } else {
    179       printf("RangeFinderPlot::BufEvent unknown type %s\n",
     179      fprintf(stderr,"RangeFinderPlot::BufEvent unknown type %s\n",
    180180             data_type.toLocal8Bit().constData());
    181181    }
Note: See TracChangeset for help on using the changeset viewer.