- Substitute MAX_PATH by 256 for now, since Linux hosts have no idea of a MAX_PATH.

svn path=/trunk/; revision=31354
This commit is contained in:
Aleksey Bragin 2007-12-20 15:22:01 +00:00
parent afa1e79577
commit 143d44b9f6
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ int main(int argc,char *argv[])
int ret;
int i;
int cmdlen;
char rcbasedir[MAX_PATH];
char rcbasedir[256];
atexit( cleanup_files );
signal(SIGSEGV, segvhandler);

View file

@ -589,7 +589,7 @@ void write_bin_files(const char *basedir)
{
lan_blk_t *lbp;
token_t *ttab;
char fname[MAX_PATH];
char fname[256];
int ntab;
int i;