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:
Christian Prochaska
2013-08-09 15:12:36 +02:00
committed by Norman Feske
parent 58e8481793
commit fd11bd489e
2 changed files with 2 additions and 2 deletions

View File

@@ -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;