]> git.sesse.net Git - vlc/commit
update: allow update_Download to accept: directory, filename, NULL
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 2 Oct 2008 14:32:14 +0000 (16:32 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 2 Oct 2008 14:32:14 +0000 (16:32 +0200)
commit0f245d7bdd245fb84181d8911d72bbc62f099844
treed737b347e2f1bee5f7ec938f72de76bab1ecb5c1
parent279bdb403f67b657ee47bf0b7fd134561448d373
update: allow update_Download  to accept: directory, filename, NULL

directory: accepts any existing directory and will use the filename component of the update URL (old behaviour). This option no longer requires you to provide a string that ends with the pathsep.

filename: write directly to this filename. Existing files will be overwritten.

NULL: will write to filename component of the update URL. likely in the CWD.
src/misc/update.c