Allowing more than 64 chars filenames ....
This commit is contained in:
parent
06baca7072
commit
b9d51da541
|
@ -31,6 +31,9 @@
|
||||||
* modifie par : F. PETROT *
|
* modifie par : F. PETROT *
|
||||||
* numero de version actuelle : 4.00 *
|
* numero de version actuelle : 4.00 *
|
||||||
* $Log: alc_pars_p.c,v $
|
* $Log: alc_pars_p.c,v $
|
||||||
|
* Revision 1.4 2006/05/04 16:29:52 xtof
|
||||||
|
* Allowing more than 64 chars filenames ....
|
||||||
|
*
|
||||||
* Revision 1.3 2004/09/04 09:11:52 ludo
|
* Revision 1.3 2004/09/04 09:11:52 ludo
|
||||||
* - bug fix in AP parser (pb when scale_X is big)
|
* - bug fix in AP parser (pb when scale_X is big)
|
||||||
*
|
*
|
||||||
|
@ -53,8 +56,7 @@
|
||||||
#define FALSE 0
|
#define FALSE 0
|
||||||
|
|
||||||
|
|
||||||
#define MBKSZNAME 64
|
#define MBKSZNAME 1024
|
||||||
#define MAXFNAME 256
|
|
||||||
#define MAXLBUFFER 256
|
#define MAXLBUFFER 256
|
||||||
#define MAXLBUFF 256
|
#define MAXLBUFF 256
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue