bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH 08/25] Implement Metalink/XML --directory-prefix o


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] [PATCH 08/25] Implement Metalink/XML --directory-prefix option in Metalink module
Date: Sun, 11 Sep 2016 22:32:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

> +      /* The directory prefix for opt.metalink_over_http is handled by
> +         src/url.c (url_file_name), do not add it a second time.  */
> +      if (!metalink->origin && opt.dir_prefix && strlen (opt.dir_prefix))
> +        filename = aprintf("%s/%s", opt.dir_prefix, mfile->name);

please leave a space between aprintf and '('.

Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]