Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wanderer prefs detailed settings do not save correctly on big endian systems. #29

Closed
wawatok opened this issue Oct 4, 2019 · 0 comments

Comments

@wawatok
Copy link
Member

wawatok commented Oct 4, 2019

including (tested on) m68k.
the problem must be in
https://github.com/aros-development-team/AROS/blob/master/workbench/prefs/wanderer/wpeditor.c
there is a number of macros responsible for this, among others SAVEVIEWSETTINGSTAG
as far as i know these settings should be asved in little endian for all platforms, so that the prefs files could be interchangeable.
so the numeric prefs should probably be endian converted for big endian platforms using aros det of macros like LONG2LE or something like that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants