web-page: Increase maximum URL len

This commit is contained in:
Mukund Sivaraman 2011-04-01 05:21:39 +05:30
parent 0b6491f94c
commit e9224d41d5
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
/* Defines */ /* Defines */
#define PLUG_IN_PROC "plug-in-web-page" #define PLUG_IN_PROC "plug-in-web-page"
#define PLUG_IN_BINARY "web-page" #define PLUG_IN_BINARY "web-page"
#define MAX_URL_LEN 256 #define MAX_URL_LEN 1024
typedef struct typedef struct
{ {