Browse Source

* fixed duplicate field name

git-svn-id: trunk@28819 -
Jonas Maebe 10 năm trước cách đây
mục cha
commit
d5188ba48a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/test/tisorec1.pp

+ 1 - 1
tests/test/tisorec1.pp

@@ -6,7 +6,7 @@ type
       1 : (s : array[0..255] of char);
       1 : (s : array[0..255] of char);
       2 : (n : integer);
       2 : (n : integer);
       3 : (w : word; case j : integer of
       3 : (w : word; case j : integer of
-        1 : (s : array[0..255] of char);
+        1 : (t : array[0..255] of char);
         2 : (a : integer);
         2 : (a : integer);
         );
         );
   end;
   end;