diff options
| author | Quentin Rameau <[email protected]> | 2015-11-23 22:13:32 +0100 |
|---|---|---|
| committer | Quentin Rameau <[email protected]> | 2015-11-23 22:13:32 +0100 |
| commit | c069b76f1bab7107d2a7df263ea51482587f8184 (patch) | |
| tree | 3048b29c62760ed0a2d91d13776d47fb008755a4 | |
| parent | Add webkit language settings (diff) | |
| download | surf-c069b76f1bab7107d2a7df263ea51482587f8184.tar.gz surf-c069b76f1bab7107d2a7df263ea51482587f8184.tar.bz2 surf-c069b76f1bab7107d2a7df263ea51482587f8184.zip | |
Fix user agent command-line parameter
Thanks to yui for seeing that!
| -rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, " |