mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 22:58:26 +00:00
committed by
Christian Helmuth
parent
15141f3ca7
commit
807be83b1b
@ -105,10 +105,10 @@ void Rom_to_file::Main::_handle_update(unsigned)
|
||||
/*
|
||||
* Update ROM module and print content to LOG
|
||||
*/
|
||||
if (_rom_ds.is_constructed()) {
|
||||
if (_rom_ds.constructed()) {
|
||||
_rom_ds->update();
|
||||
|
||||
if (_rom_ds->is_valid()) {
|
||||
if (_rom_ds->valid()) {
|
||||
using namespace File_system;
|
||||
|
||||
char dir_path[] = "/";
|
||||
|
Reference in New Issue
Block a user