mirror of
https://github.com/byteworksinc/ORCA-Pascal.git
synced 2024-11-23 21:30:51 +00:00
Increased the size of GSOSInString to 508 bytes. Some GSOS calls seem to require this (DInfoGS being one example).
This commit is contained in:
parent
2eec05e465
commit
d6fdcf81cc
@ -66,7 +66,7 @@ type
|
||||
gsosInString = record
|
||||
size: integer;
|
||||
{Change the array size as needed for your application}
|
||||
theString: packed array [1..254] of char;
|
||||
theString: packed array [1..508] of char;
|
||||
end;
|
||||
gsosInStringPtr = ^gsosInString;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user