Browse Source

* ppudump: Fixed a warning regarding text clipping.

git-svn-id: trunk@41628 -
yury 6 years ago
parent
commit
b0535d8d0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/ppuutils/ppudump.pp

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

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