mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
committed by
Christian Helmuth
parent
6b0b297351
commit
2c090119ae
@@ -86,7 +86,7 @@ namespace File_system {
|
||||
_length = max(_length, seek_offset + len);
|
||||
|
||||
mark_as_updated();
|
||||
return 0;
|
||||
return len;
|
||||
}
|
||||
|
||||
file_size_t length() const { return _length; }
|
||||
|
||||
Reference in New Issue
Block a user