Changeset 29 in cheroxy for trunk/src/main.cpp


Ignore:
Timestamp:
11/16/12 13:13:13 (12 years ago)
Author:
cheese
Message:

#1 fix bug on linux for r28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/main.cpp

    r28 r29  
    1111
    1212#include <stdio.h>
     13#include <stdlib.h>
    1314#include <string.h>
    1415
     
    7677    CRXProxy    * aProxy = NULL;
    7778
    78     char        * aFilterFileExtension = "exe|gif|jpg|png|css|js|ico|";
     79    char        aFilterFileExtension[] = "exe|gif|jpg|png|css|js|ico|";
    7980    char        * aHttpRequest = NULL;
    8081    int         aHttpRequestLength = 0;
Note: See TracChangeset for help on using the changeset viewer.