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


Ignore:
Timestamp:
May 24, 2018, 11:45:33 AM (7 years ago)
Author:
Sanahuja Guillaume
Message:

modifs segfault when closing connection

File:
1 edited

Legend:

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

    r15 r244  
    4848                       bool big_endian) {
    4949  if (big_endian)
    50     printf("Picture::BufEvent, big endian not handled\n");
     50    fprintf(stderr,"Picture::BufEvent, big endian not handled\n");
    5151
    5252  if (IsEnabled() == false || RefreshRate_ms() != period)
     
    6161    label->setPixmap(QPixmap::fromImage(image));
    6262  } else
    63     printf("buffer trop petit\n");
     63    fprintf(stderr,"buffer trop petit\n");
    6464}
    6565
Note: See TracChangeset for help on using the changeset viewer.