John Kroll provided a small fix to xmlNanoHTTPSave Daniel

* nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
Daniel
This commit is contained in:
Daniel Veillard 2001-07-25 20:25:21 +00:00
parent a53c688b2e
commit e392497e4c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Thu Jul 26 10:24:34 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* nanohttp.c: John Kroll provided a small fix to xmlNanoHTTPSave
Thu Jul 26 07:16:04 EDT 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
* parser.c parserInternals.c: fixed the xmlLineNumbersDefault()

View File

@ -1312,7 +1312,7 @@ xmlNanoHTTPFetch(const char *URL, const char *filename, char **contentType) {
*/
int
xmlNanoHTTPSave(void *ctxt, const char *filename) {
char buf[4096];
char *buf = NULL;
int fd;
int len;