Explorar o código

* ppudump: Fixed a warning regarding text clipping.

git-svn-id: trunk@41628 -
yury %!s(int64=6) %!d(string=hai) anos
pai
achega
b0535d8d0f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }