mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 05:28:07 +02:00
* fixed duplicate field name
git-svn-id: trunk@28819 -
This commit is contained in:
parent
2d553068f4
commit
d5188ba48a
@ -6,7 +6,7 @@ type
|
||||
1 : (s : array[0..255] of char);
|
||||
2 : (n : integer);
|
||||
3 : (w : word; case j : integer of
|
||||
1 : (s : array[0..255] of char);
|
||||
1 : (t : array[0..255] of char);
|
||||
2 : (a : integer);
|
||||
);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user