mirror of https://github.com/GNOME/gimp.git
web-page: Increase maximum URL len
This commit is contained in:
parent
0b6491f94c
commit
e9224d41d5
|
@ -37,7 +37,7 @@
|
|||
/* Defines */
|
||||
#define PLUG_IN_PROC "plug-in-web-page"
|
||||
#define PLUG_IN_BINARY "web-page"
|
||||
#define MAX_URL_LEN 256
|
||||
#define MAX_URL_LEN 1024
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue