mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Initialize local variable to shut up the compiler.
This commit is contained in:
parent
8a604c9f6f
commit
d0f4a1e109
@ -1,3 +1,8 @@
|
|||||||
|
2003-10-01 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* ftp.c (ftp_loop_internal): Initialize TMRATE to NULL to shut up
|
||||||
|
the compiler.
|
||||||
|
|
||||||
2003-09-26 Gisle Vanem <giva@bgnett.no>
|
2003-09-26 Gisle Vanem <giva@bgnett.no>
|
||||||
|
|
||||||
* src/mswindows.c: Added ws_percenttitle() showing progress in the
|
* src/mswindows.c: Added ws_percenttitle() showing progress in the
|
||||||
|
@ -1029,7 +1029,8 @@ ftp_loop_internal (struct url *u, struct fileinfo *f, ccon *con)
|
|||||||
{
|
{
|
||||||
int count, orig_lp;
|
int count, orig_lp;
|
||||||
long restval, len;
|
long restval, len;
|
||||||
char *tms, *tmrate, *locf;
|
char *tms, *locf;
|
||||||
|
char *tmrate = NULL;
|
||||||
uerr_t err;
|
uerr_t err;
|
||||||
struct stat st;
|
struct stat st;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user