소스 검색

AROS: corrected type of TDiskObject.do_type

git-svn-id: trunk@29288 -
marcus 10 년 전
부모
커밋
21dcedb18e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;