mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-31 02:23:04 -07:00
Sync system apps --nobuild
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user