Changeset 244 in flair-src for trunk/tools/FlairGCS/src/Picture.cpp
- Timestamp:
- May 24, 2018, 11:45:33 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/FlairGCS/src/Picture.cpp
r15 r244 48 48 bool big_endian) { 49 49 if (big_endian) 50 printf("Picture::BufEvent, big endian not handled\n");50 fprintf(stderr,"Picture::BufEvent, big endian not handled\n"); 51 51 52 52 if (IsEnabled() == false || RefreshRate_ms() != period) … … 61 61 label->setPixmap(QPixmap::fromImage(image)); 62 62 } else 63 printf("buffer trop petit\n");63 fprintf(stderr,"buffer trop petit\n"); 64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.