Przeglądaj źródła

AROS: corrected type of TDiskObject.do_type

git-svn-id: trunk@29288 -
marcus 10 lat temu
rodzic
commit
21dcedb18e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/arosunits/src/workbench.pas

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

@@ -106,7 +106,7 @@ type
     do_Magic: Word;              // A magic number at the start of the file.
     do_Version: Word;            // A version number, so we can change it.
     do_Gadget: TGadget;          // A copy of in core gadget.
-    do_type: Word;
+    do_type: Byte;
     do_DefaultTool: STRPTR;
     do_Tooltypes: PPChar;
     do_CurrentX: LongInt;