commit c069b76f1bab7107d2a7df263ea51482587f8184
Author:     Quentin Rameau <[email protected]>
AuthorDate: Mon Nov 23 22:13:32 2015 +0100
Commit:     Quentin Rameau <[email protected]>
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
@@ -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, "

Reply via email to