2
0
Эх сурвалжийг харах

amunits/arosunits: ed_Type field in TExAllData should actually be signed

git-svn-id: trunk@30093 -
Károly Balogh 10 жил өмнө
parent
commit
73018b39a7

+ 1 - 1
packages/amunits/src/coreunits/amigados.pas

@@ -1069,7 +1069,7 @@ Type
        tExAllData = record
         ed_Next     : pExAllData;
         ed_Name     : STRPTR;
-        ed_Type,
+        ed_Type     : LongInt;
         ed_Size,
         ed_Prot,
         ed_Days,

+ 1 - 1
packages/arosunits/src/amigados.pas

@@ -1022,7 +1022,7 @@ type
   TExAllData = record
     ed_Next: PExAllData;
     ed_Name: PChar;        // Name of the file
-    ed_Type,               // Type of File
+    ed_Type: LongInt;      // Type of File
     ed_Size,               // Size of File
     ed_Prot,               // Protection Bits
 { The following three fields are de facto an embedded datestamp