]> git.pld-linux.org Git - packages/wget.git/blame - wget-usage.patch
Set the 'user.xdg.origin.url' xattr for downloaded files
[packages/wget.git] / wget-usage.patch
CommitLineData
b5ff5d8e
JB
1--- wget-1.13.3/src/main.c.orig 2011-08-29 10:01:24.000000000 +0200
2+++ wget-1.13.3/src/main.c 2011-09-18 10:04:20.637186255 +0200
3@@ -710,7 +710,7 @@
4 size_t i;
5
6 if (printf (_("GNU Wget %s, a non-interactive network retriever.\n"),
7- version_string))
8+ version_string) < 0)
9 exit (3);
10 if (print_usage (0) < 0)
11 exit (3);
This page took 0.063426 seconds and 4 git commands to generate.