diff options
Diffstat (limited to 'tracker-wii/wii_frame.cpp')
| -rw-r--r-- | tracker-wii/wii_frame.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/tracker-wii/wii_frame.cpp b/tracker-wii/wii_frame.cpp index 92e7fd35..df7b9ca4 100644 --- a/tracker-wii/wii_frame.cpp +++ b/tracker-wii/wii_frame.cpp @@ -27,7 +27,7 @@ WIIPreview& WIIPreview::operator=(const pt_frame& frame_)      if (frame.channels() != 3)      { -        once_only(qDebug() << "tracker/pt: camera frame depth: 3 !=" << frame.channels()); +        eval_once(qDebug() << "tracker/pt: camera frame depth: 3 !=" << frame.channels());          return *this;      } @@ -61,7 +61,7 @@ QImage WIIPreview::get_bitmap()      if (stride < 64 || stride < frame_out.cols * 4)      { -        once_only(qDebug() << "bad stride" << stride +        eval_once(qDebug() << "bad stride" << stride                             << "for bitmap size" << frame_copy.cols << frame_copy.rows);          return QImage();      } | 
