Преглед на файлове

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

git-svn-id: trunk@41881 -
svenbarth преди 6 години
родител
ревизия
9d10f21b07
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      rtl/objpas/sysutils/syshelph.inc

+ 1 - 1
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;