mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 09:09:30 +02:00
* fix for twordfield=tlongintfield (bug 8500)
git-svn-id: trunk@6780 -
This commit is contained in:
parent
a50c7a25ac
commit
e52a4e3b9f
@ -1786,7 +1786,7 @@ const
|
||||
{ ftString} TStringField,
|
||||
{ ftSmallint} TSmallIntField,
|
||||
{ ftInteger} TLongintField,
|
||||
{ ftWord} TLongintField,
|
||||
{ ftWord} TWordField,
|
||||
{ ftBoolean} TBooleanField,
|
||||
{ ftFloat} TFloatField,
|
||||
{ ftCurrency} TCurrencyField,
|
||||
|
Loading…
Reference in New Issue
Block a user