[hackers] [surf] Fix user agent command-line parameter || Quentin Rameau
commit c069b76f1bab7107d2a7df263ea51482587f8184
Author: Quentin Rameau <quinq_AT_fifth.space>
AuthorDate: Mon Nov 23 22:13:32 2015 +0100
Commit: Quentin Rameau <quinq_AT_fifth.space>
CommitDate: Mon Nov 23 22:13:32 2015 +0100
Fix user agent command-line parameter
Thanks to yui for seeing that!
diff --git a/surf.c b/surf.c
index 180f6e4..0dd67b6 100644
--- a/surf.c
+++ b/surf.c
_AT_@ -1517,7 +1517,7 @@ main(int argc, char *argv[])
stylefile = EARGF(usage());
break;
case 'u':
- useragent = EARGF(usage());
+ fulluseragent = EARGF(usage());
break;
case 'v':
die("surf-"VERSION", ©2009-2015 surf engineers, "
Received on Mon Nov 23 2015 - 22:21:46 CET
This archive was generated by hypermail 2.3.0
: Mon Nov 23 2015 - 22:24:11 CET