Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 9, 2025
1 parent f76f526 commit 3be0beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiff.cc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ void tiff2img( std::vector< char > & data, const char * format )
QSize imgSize = img.size();
int scaleSize = qMin( imgSize.width(), screenSize.width() );
img.scaledToWidth( scaleSize ).save( &buffer, format );
buffer.setData( data.data(),data.size() );
buffer.setData( data.data(), data.size() );
buffer.close();
}
}
Expand Down

0 comments on commit 3be0beb

Please sign in to comment.