From 9092dccab89901b7074f9340bc7984910a80128f Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sun, 19 Dec 2010 21:20:10 +0000 Subject: Changed all fixed filename buffers (that I could find) to use FL_PATH_MX instead. Raised FL_PATH_MX from skipy 256 characters to 2048, which corresponds with modern file systems. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8063 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/ide_support.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'fluid/ide_support.h') diff --git a/fluid/ide_support.h b/fluid/ide_support.h index 794f04f09..2aef035ec 100644 --- a/fluid/ide_support.h +++ b/fluid/ide_support.h @@ -30,6 +30,7 @@ #include #include +#include typedef char Fl_UUID[40]; @@ -81,7 +82,7 @@ public: class Fl_File_Prefs : public Fl_Preferences { - char pPath[1024]; + char pPath[FL_PATH_MAX]; char pName[80]; char pFullName[100]; char pExt[20]; -- cgit v1.2.3