Explorar o código

AROS: corrected type of TDiskObject.do_type

git-svn-id: trunk@29288 -
marcus %!s(int64=10) %!d(string=hai) anos
pai
achega
21dcedb18e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;