aboutsummaryrefslogtreecommitdiffstats
path: root/nanoftp.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-05-06 11:40:56 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-05-06 11:40:56 +0000
commit99dd7636a44208a14bc71614120f8ef4b8123016 (patch)
tree6aadc2c1f08e1256c90ff581066c997e49ca6355 /nanoftp.c
parentdbfe05aff4d242e31fcd7621a4901a6fa10b988e (diff)
downloadandroid_external_libxml2-99dd7636a44208a14bc71614120f8ef4b8123016.tar.gz
android_external_libxml2-99dd7636a44208a14bc71614120f8ef4b8123016.tar.bz2
android_external_libxml2-99dd7636a44208a14bc71614120f8ef4b8123016.zip
fixing bug #303068 increasing the nanoftp buffer. fixed __attribute()
* nanoftp.c: fixing bug #303068 increasing the nanoftp buffer. * doc/apibuild.py: fixed __attribute() parsing problem * doc/* testapi.c: regenerated the descriptions and docs. Daniel
Diffstat (limited to 'nanoftp.c')
-rw-r--r--nanoftp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nanoftp.c b/nanoftp.c
index 338802eb..b7dc7532 100644
--- a/nanoftp.c
+++ b/nanoftp.c
@@ -112,7 +112,7 @@
#define FTP_COMMAND_OK 200
#define FTP_SYNTAX_ERROR 500
#define FTP_GET_PASSWD 331
-#define FTP_BUF_SIZE 512
+#define FTP_BUF_SIZE 1024
#define XML_NANO_MAX_URLBUF 4096