diff options
| -rw-r--r-- | fluid/template_panel.cxx | 2 | ||||
| -rw-r--r-- | fluid/template_panel.fl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/fluid/template_panel.cxx b/fluid/template_panel.cxx index c40128300..839ab1f2c 100644 --- a/fluid/template_panel.cxx +++ b/fluid/template_panel.cxx @@ -213,7 +213,7 @@ void template_delete_cb(Fl_Button *, void *) { void template_load() { int i; - char name[1024], filename[1024], path[1024], *ptr; + char name[1024], filename[1400], path[1024], *ptr; struct dirent **files; int num_files; diff --git a/fluid/template_panel.fl b/fluid/template_panel.fl index e7d8b35cb..2bc7625db 100644 --- a/fluid/template_panel.fl +++ b/fluid/template_panel.fl @@ -209,7 +209,7 @@ template_browser->do_callback();} {} Function {template_load()} {open return_type void } { code {int i; -char name[1024], filename[1024], path[1024], *ptr; +char name[1024], filename[1400], path[1024], *ptr; struct dirent **files; int num_files; |
