mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
base: increase maximum file name length
This patch increases the maximum file name length to support 'qt5_qnitpickerviewwidget.lib.so'. Issue #345.
This commit is contained in:
committed by
Norman Feske
parent
58e8481793
commit
fd11bd489e
@@ -26,7 +26,7 @@ namespace Genode {
|
||||
private:
|
||||
|
||||
Rom_module *_rom_module;
|
||||
char _fname[32];
|
||||
char _fname[40];
|
||||
Dataspace_component _ds;
|
||||
Rpc_entrypoint *_ds_ep;
|
||||
Rom_dataspace_capability _ds_cap;
|
||||
|
||||
Reference in New Issue
Block a user