array size 32 is not enough with some ulm oberon library files.

vmake crashed - out of array bounds error. fixed.


Former-commit-id: 6b18777353
This commit is contained in:
Norayr Chilingarian 2013-11-02 15:48:24 +04:00
parent e6f1f7a55c
commit 40034cd479

View file

@ -14,7 +14,7 @@ MODULE vmake; (*HM 94-06-22 / *)
IMPORT Texts := CmdlnTexts, In := compatIn, Out := Console; IMPORT Texts := CmdlnTexts, In := compatIn, Out := Console;
TYPE TYPE
ModuleName = ARRAY 32 OF CHAR; ModuleName = ARRAY 64 OF CHAR;
Import = POINTER TO ImportDesc; Import = POINTER TO ImportDesc;
Module = POINTER TO ModuleDesc; Module = POINTER TO ModuleDesc;
ModuleDesc = RECORD ModuleDesc = RECORD