Browse Source

* another longint2cardinal fix

Tomas Hajny 22 years ago
parent
commit
9bd5572f72
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/os2/system.pas

+ 5 - 2
rtl/os2/system.pas

@@ -898,7 +898,7 @@ procedure GetDir (DriveNr: byte; var Dir: ShortString);
 {Written by Michael Van Canneyt.}
 {Written by Michael Van Canneyt.}
 var sof: Pchar;
 var sof: Pchar;
     i:byte;
     i:byte;
-    l, l2: Longint;
+    l,l2:cardinal;
 begin
 begin
     Dir [4] := #0;
     Dir [4] := #0;
     { Used in case the specified drive isn't available }
     { Used in case the specified drive isn't available }
@@ -1162,7 +1162,10 @@ begin
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.45  2003-10-13 21:17:31  hajny
+  Revision 1.46  2003-10-14 21:10:06  hajny
+    * another longint2cardinal fix
+
+  Revision 1.45  2003/10/13 21:17:31  hajny
     * longint to cardinal corrections
     * longint to cardinal corrections
 
 
   Revision 1.44  2003/10/12 18:07:30  hajny
   Revision 1.44  2003/10/12 18:07:30  hajny