From: Quentin Rameau Date: Mon, 23 Nov 2015 21:13:32 +0000 (+0100) Subject: Fix user agent command-line parameter X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=c069b76f1bab7107d2a7df263ea51482587f8184 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 @@ -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, "