summaryrefslogtreecommitdiffstats
path: root/net-mgmt/etherape/files/patch-resolv.c
blob: 4e062d403126572b6bcd7c210735c277f211f474 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/resolv.c.orig   Sat Apr 29 09:58:35 2006
+++ src/resolv.c    Mon May 29 00:54:06 2006
@@ -500,7 +500,7 @@
    */
   if (g_pethers_path == NULL)
     {
-      g_strdup_printf (g_pethers_path, "%s/%s",
+      g_pethers_path = g_strdup_printf ("%s/%s",
           get_home_dir (), EPATH_PERSONAL_ETHERS);
     }