diff options
Diffstat (limited to 'test/editor.cxx')
| -rw-r--r-- | test/editor.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/editor.cxx b/test/editor.cxx index 722cd8199..f74dd8163 100644 --- a/test/editor.cxx +++ b/test/editor.cxx @@ -55,8 +55,8 @@ int changed = 0; -char filename[256] = ""; -char title[256]; +char filename[FL_PATH_MAX] = ""; +char title[FL_PATH_MAX]; Fl_Text_Buffer *textbuf = 0; |
