Browse Source

* ppudump: Fixed a warning regarding text clipping.

git-svn-id: trunk@41628 -
yury 6 năm trước cách đây
mục cha
commit
b0535d8d0f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

+ 1 - 1
compiler/utils/ppuutils/ppudump.pp

@@ -1936,7 +1936,7 @@ type
   end;
   tprocopt=record
     mask : tprocoption;
-    str  : string[31];
+    str  : string[34];
   end;
 const
   {proccalloptionStr  is also in globtype unit }