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

[BUG] using the address of a pointer in system_font_loader.c #94

Open
furious114 opened this issue Oct 20, 2022 · 1 comment
Open

[BUG] using the address of a pointer in system_font_loader.c #94

furious114 opened this issue Oct 20, 2022 · 1 comment
Assignees
Labels
blocked Blocked by some other requirement not being met. bug Something isn't working

Comments

@furious114
Copy link

Describe the bug
line 230 in system_font_loader.c
CLOSE_IF_FAILED(filesystem_read(file, read_size, &data->font_binary, &bytes_read), file);
"&data->font_binary" should be "data->font_binary".
It's easy to overlook that kind of error.

@furious114 furious114 added the bug Something isn't working label Oct 20, 2022
@travisvroman
Copy link
Owner

Update: looked into this and cannot test due to write_ksf_file not yet being implemented.

Blocked.

@travisvroman travisvroman added the blocked Blocked by some other requirement not being met. label Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Blocked by some other requirement not being met. bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants