tFix user agent command-line parameter - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c069b76f1bab7107d2a7df263ea51482587f8184
 (DIR) parent 981ade6eeb0f975990b0d336bb6b43e6475d6c40
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Mon, 23 Nov 2015 22:13:32 +0100
       
       Fix user agent command-line parameter
       
       Thanks to yui for seeing that!
       
       Diffstat:
         M surf.c                              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/surf.c b/surf.c
       t@@ -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, "