Haikuports: TuxPaint doesn't open saved images

Created on 12 Sep 2018  路  5Comments  路  Source: haikuports/haikuports

On start TuxPaint opens the last saved image, but when trying to open other saved images it doesn't seem to find it

task type-bug

All 5 comments

dirent

This is due to differences in dirent structures. TuxPaint sorts an array of structures in memory for files to open.
As a result, the d_name field is lost during sorting.
Left structure in linux, right in haiku.

I try to fix it for haiku.

ta-da!
It's works
screenshot126

Thanks @threedeyes ! I'll try to see if we could get this change up streamed for future release :)

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

soakbot picture soakbot  路  6Comments

mazbrili picture mazbrili  路  8Comments

bitigchi picture bitigchi  路  5Comments

waddlesplash picture waddlesplash  路  6Comments

twse picture twse  路  5Comments