Commit 73dea67ec04420cc33d75ed82a959ec39cf3500c

Increased the length of the temporary string in u.Unmaintained

Changes in the grimoires mean that there are now more sections listed,
many of them are unmaintained, so a longer string was needed.
src/u.mod
(1 / 1)
  
4444 found : BOOLEAN;
4545 exit, pos : CARDINAL;
4646 result, str : Message.strType;
47 tmp : ARRAY [0..999] OF CHAR;
47 tmp : ARRAY [0..2999] OF CHAR;
4848 iores : StreamFile.OpenResults;
4949 file : StreamFile.ChanId;
5050 BEGIN