diff --git a/rtl/objpas/sysutils/syshelph.inc b/rtl/objpas/sysutils/syshelph.inc index 4de19c717f..a233c5afde 100644 --- a/rtl/objpas/sysutils/syshelph.inc +++ b/rtl/objpas/sysutils/syshelph.inc @@ -523,7 +523,7 @@ Type public const MaxValue = High(NativeInt); - MinValue = Low(NativeUInt); + MinValue = Low(NativeInt); Public Class Function Parse(const AString: string): NativeInt; inline; static; Class Function Size: Integer; inline; static;