mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
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:
parent
a53c688b2e
commit
e392497e4c
@ -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()
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user