[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: wmget bugs



On Wed, Feb 05, 2003 at 12:28:17PM +0100, Rafal Zawadzki wrote:

> There is no new version this utility. I tried contact developer, but got
> no answer. What can i do ? (I can't fix it by myself).

I don't use wmget myself, but you can try the attached patch for bug
#176558 :-)

-- 
Thomas Wouters <thomas@xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!
*** wmget-0.4.4.orig/request.c	Mon May  6 05:08:06 2002
--- wmget-0.4.4/request.c	Wed Feb  5 16:34:17 2003
***************
*** 205,212 ****
          {   0,              0,                  0,              0   }
      };
  
!     j.continue_download_from = 0;
!     j.opt_overwrite = 0;
  
      while ((o = getopt_long (argc, argv, shortopts, longopts, 0))
              != EOF) {
--- 205,211 ----
          {   0,              0,                  0,              0   }
      };
  
!     memset(&j, 0, sizeof(j));
  
      while ((o = getopt_long (argc, argv, shortopts, longopts, 0))
              != EOF) {

Reply to: