Re: [E-devel] small tga loader fix

2021-07-10 Thread Kim Woelders
Pushed (reverse patch, formatting fixed). Thanks :) /Kim On 7/5/21 4:32 PM, noospot wrote: hi, I stumbled upon a tiny tga image imlib2 couldn't load while other softs could . I did check the imlib2-1.7.1/src/modules/loaders/loader_tga.ccode I found sizeof(tga_footer) is used -line191-

Re: [E-devel] small tga loader fix

2021-07-07 Thread Kim Woelders
Hi, Unless somebody beats me to it I'll deal with this in a couple of days. Thanks /Kim On 7/5/21 4:32 PM, noospot wrote: hi, I stumbled upon a tiny tga image imlib2 couldn't load while other softs could . I did check the imlib2-1.7.1/src/modules/loaders/loader_tga.ccode I found sizeof(

[E-devel] small tga loader fix

2021-07-05 Thread noospot
hi, I stumbled upon a tiny tga image imlib2 couldn't load while other softs could . I did check the imlib2-1.7.1/src/modules/loaders/loader_tga.ccode I found sizeof(tga_footer) is used -line191- -line201- earlier than to check a footer presence -line202- with patch below the image loads c