diff options
| author | Zeev Suraski <zeev@php.net> | 2000-04-02 22:15:14 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2000-04-02 22:15:14 +0000 |
| commit | 69ff396312afa28a7f65e5163a30babc061350e3 (patch) | |
| tree | 3c1a632232e1627b322a8420642c9b670e93c44c /main/rfc1867.c | |
| parent | 18e0850ba17c49de4df15463221fe06027eef01a (diff) | |
| download | php-git-69ff396312afa28a7f65e5163a30babc061350e3.tar.gz | |
*** empty log message ***
Diffstat (limited to 'main/rfc1867.c')
| -rw-r--r-- | main/rfc1867.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/rfc1867.c b/main/rfc1867.c index e43aeecc9a..5116f42208 100644 --- a/main/rfc1867.c +++ b/main/rfc1867.c @@ -31,7 +31,7 @@ #define SAFE_RETURN { if (namebuf) efree(namebuf); if (filenamebuf) efree(filenamebuf); if (lbuf) efree(lbuf); return; } /* The longest property name we use in an uploaded file array */ -#define MAX_SIZE_OF_INDEX sizeof("[tmpname]") +#define MAX_SIZE_OF_INDEX sizeof("[tmp_name]") static void register_http_post_files_variable(char *strvar, char *val, zval *http_post_files ELS_DC PLS_DC) |
