]> git.pld-linux.org Git - packages/links2.git/blob - links2-links-g_if_glinks.patch
- updated for 2.1pre17
[packages/links2.git] / links2-links-g_if_glinks.patch
1 --- links-2.1pre16/main.c.orig  2005-01-22 21:51:55.000000000 +0100
2 +++ links-2.1pre16/main.c       2005-01-28 20:17:55.145127144 +0100
3 @@ -274,6 +274,7 @@
4                 retval = RET_SYNTAX;
5                 goto ttt;
6         }
7 +       if (strncmp (basename(path_to_exe), "glinks", 6) == 0) ggr = 1;
8         if (ggr_drv[0] || ggr_mode[0]) ggr = 1;
9         if (dmp) ggr = 0;
10         if (!ggr && !no_connect && (uh = bind_to_af_unix()) != -1) {
This page took 0.02837 seconds and 3 git commands to generate.