keep compiler happy - initialize variable
Stefan Schuermans

Stefan Schuermans commited on 2012-05-04 18:50:05
Showing 1 changed files, with 1 additions and 0 deletions.

... ...
@@ -342,6 +342,7 @@ unsigned short HttpSend(unsigned char ConnNo, unsigned long Pos,
342 342
   var = 0;
343 343
   VarLen = 0;
344 344
   VarPos = 0;
345
+  pVar = 0; // keep compiler happy - initialize
345 346
   // if part that should be sent starts with variable
346 347
   src = pConn->pSndData + (uint16_t) Pos;
347 348
   chr = (char)pgm_read_byte_near(src);  // read first character
348 349