[PATCH] Fix for segfault on large syntax file

2003-06-13 Thread David Sterba
Hi, this pach fixes segfaulting on syntax files with more than 1024 keywords per context (and possibly with more than 128 contexts). These numbers were harcoded and now they grow as the alloced number does not suffice. This fixes a bug number #3829 in MC bug tracking system. Motto: "1024 will be

Re: [PATCH] Do not select symlinked dirs as files

2003-06-13 Thread David Sterba
Hi, so, now it is possible to choose in 'Configuration' menu whether to select symlinked dir as file or directory. The default (after first run of patched mc) is as before (i.e. sym. dir as file). Patch uploaded to MC patch tracking system. David ___