Sync system apps --nobuild

This commit is contained in:
Willy-JL
2023-12-08 22:22:31 +00:00
parent 76534b04a4
commit efbcdc2a8b
38 changed files with 1490 additions and 413 deletions
@@ -123,7 +123,7 @@ bool hex_viewer_open_file(void* context, const char* file_path) {
// TODO Separate function?
if(hex_viewer->model->stream) {
buffered_file_stream_close(hex_viewer->model->stream);
stream_free(hex_viewer->model->stream); // TODO Check
stream_free(hex_viewer->model->stream);
hex_viewer->model->file_offset = 0;
}