Changeset 3525


Ignore:
Timestamp:
2002-11-11T15:49:54+13:00 (21 years ago)
Author:
jrm21
Message:

use FILENAME_MAX macro instead of hard-coding values. This is posix, and is
platform specific.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/mgpp/text/IndexData.h

    r2468 r3525  
    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.