Changeset 4205


Ignore:
Timestamp:
2003-05-01T09:48:11+12:00 (21 years ago)
Author:
kjdon
Message:

copied a change from gs2 version: use FILENAME_MAX macro instead of hard-coding values. This is posix, and is
platform specific.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mgpp/text/IndexData.h

    r3365 r4205  
    3333public:
    3434  // general information
    35   char basePath[512];
    36   char filename[512];
     35  char basePath[FILENAME_MAX];
     36  char filename[FILENAME_MAX];
    3737  FIvfLevel levels;
    3838 
  • trunk/mgpp/text/IndexData.h

    r3365 r4205  
    3333public:
    3434  // general information
    35   char basePath[512];
    36   char filename[512];
     35  char basePath[FILENAME_MAX];
     36  char filename[FILENAME_MAX];
    3737  FIvfLevel levels;
    3838 
Note: See TracChangeset for help on using the changeset viewer.