greenstone.org greenstone wiki greenstone trac planet greenstone

Changeset 3525

Show
Ignore:
Timestamp:
2002-11-11 15:49:54 (6 years ago)
Author:
jrm21
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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