mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Use Gnulib's quote function in ftp-opie.c.
This commit is contained in:
parent
0edf98a6d9
commit
bb1813ebb1
@ -5,6 +5,7 @@
|
|||||||
* connect.c: Likewise.
|
* connect.c: Likewise.
|
||||||
* convert.c: Likewise.
|
* convert.c: Likewise.
|
||||||
* cookies.c: Likewise.
|
* cookies.c: Likewise.
|
||||||
|
* ftp-opie.c: Likewise.
|
||||||
|
|
||||||
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
2008-04-16 Steven Schubiger <schubiger@gmail.com>
|
||||||
|
|
||||||
|
@ -2157,7 +2157,7 @@ btoe (char *store, const unsigned char *c)
|
|||||||
memcpy (store, &Wp[extract (cp, 55, 11)][0], 4);
|
memcpy (store, &Wp[extract (cp, 55, 11)][0], 4);
|
||||||
store[4] = '\0'; /* make sure the string is terminated */
|
store[4] = '\0'; /* make sure the string is terminated */
|
||||||
|
|
||||||
DEBUGP (("wrote `%s' to STORE\n", store_beg));
|
DEBUGP (("wrote %s to STORE\n", quote (store_beg)));
|
||||||
return store_beg;
|
return store_beg;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user