Browse Source

* Merging revisions r42982 from trunk:
------------------------------------------------------------------------
r42982 | michael | 2019-09-13 18:22:14 +0200 (Fri, 13 Sep 2019) | 1 line

* Fix uninitialized var warning
------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43271 -

michael 5 years ago
parent
commit
118dcac881
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-web/src/base/httpdefs.pp

+ 1 - 0
packages/fcl-web/src/base/httpdefs.pp

@@ -1844,6 +1844,7 @@ var
   S : String;
 
 begin
+  S:='';
 {$ifdef CGIDEBUG} SendMethodEnter('ProcessURLEncoded');{$endif CGIDEBUG}
   SetLength(S,Stream.Size); // Skip added Null.
   Stream.ReadBuffer(S[1],Stream.Size);