Changeset 25 in cheroxy


Ignore:
Timestamp:
11/14/12 14:12:07 (11 years ago)
Author:
cheese
Message:

#1 fix warnings on compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CRXHttpResponse.cpp

    r24 r25  
    1010#include <stdio.h>
    1111#include <stdlib.h>
     12#include <string.h>
    1213
    1314#define CRLF                "\r\n"
     
    4950
    5051    int             aHeaderLength = 0;
    51     int             aBodyLength = 0;
    5252
    5353    /*----------------------------------------------------------------*/
     
    120120    size_t      aBegin      = 0;
    121121    size_t      aOffset     = 0;
    122     char        aBuffer[12] = {0x00, };
    123122
    124123    /*----------------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.