summaryrefslogtreecommitdiff
path: root/misc/fooseti/patches/patch-ab
blob: 257566e596f04629ce90a855dfeaf881a94c7c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.1.1.1 2002/12/28 15:37:37 jmmv Exp $

--- src/fileIO.c.orig	Mon Dec 24 02:15:53 2001
+++ src/fileIO.c
@@ -344,10 +344,10 @@ runClient()
     show_error(NULLPATH);
   } // if the path is null
   else {
-    client = g_strdup_printf("%s/%s", seti.path, seti.client);
+    client = g_strdup_printf("%s", seti.client);
 
     if(!stat(client, &statBuf)) {
-      command = g_strdup_printf("cd %s ; ./%s %s &", seti.path, seti.client, data.args); 
+      command = g_strdup_printf("cd %s ; %s %s &", seti.path, seti.client, data.args); 
       system(command);
       g_free(command);
       update();