Bläddra i källkod

* applied patch by Thaddy de Koning to fix Mantis #35378: correctly declare TNativeIntHelper.MinValue

git-svn-id: trunk@41881 -
svenbarth 6 år sedan
förälder
incheckning
9d10f21b07
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      rtl/objpas/sysutils/syshelph.inc

+ 1 - 1
rtl/objpas/sysutils/syshelph.inc

@@ -523,7 +523,7 @@ Type
   public
   public
     const
     const
       MaxValue = High(NativeInt);
       MaxValue = High(NativeInt);
-      MinValue = Low(NativeUInt);
+      MinValue = Low(NativeInt);
   Public
   Public
     Class Function Parse(const AString: string): NativeInt; inline; static;
     Class Function Parse(const AString: string): NativeInt; inline; static;
     Class Function Size: Integer; inline; static;
     Class Function Size: Integer; inline; static;