Signed-off-by: Ziqing Hui zhui@codeweavers.com --- dlls/windowscodecs/ddsformat.c | 101 ++++++++++++++++++++++++++- dlls/windowscodecs/tests/ddsformat.c | 6 -- 2 files changed, 98 insertions(+), 9 deletions(-)
+ bytes_per_block = This->info.bytes_per_block;
I don't think moving this assignment has any effect?
Yeah, it doesn't have any effect...
On 7/20/20 8:30 AM, Esme Povirk (they/them) wrote:
- bytes_per_block = This->info.bytes_per_block;
I don't think moving this assignment has any effect?