From 9470716304af88806f36889ccabf679d64411a93 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 10 Apr 2018 22:48:37 +0400 Subject: [PATCH] issue #64 https://github.com/vishaps/voc/issues/64 --- src/runtime/Files.Mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/Files.Mod b/src/runtime/Files.Mod index eb369b3c..c06d2f2b 100644 --- a/src/runtime/Files.Mod +++ b/src/runtime/Files.Mod @@ -29,7 +29,7 @@ MODULE Files; (* J. Templ 1.12. 89/12.4.95 Oberon files mapped onto Unix files name *) TYPE - FileName = ARRAY 101 OF CHAR; + FileName = ARRAY 256 OF CHAR; File* = POINTER TO FileDesc; Buffer = POINTER TO BufDesc;