From: Eric W. <war...@us...> - 2001-10-26 01:48:28
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv12659/src Modified Files: browser.c Log Message: what? Index: browser.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/browser.c,v retrieving revision 1.16 retrieving revision 1.17 diff -u -d -r1.16 -r1.17 --- browser.c 2001/10/21 19:01:03 1.16 +++ browser.c 2001/10/26 01:48:25 1.17 @@ -581,7 +581,7 @@ args[0] = g_strdup("kfmclient"); args[1] = g_strdup("openURL"); - args[2] = url;; + args[2] = url; args[3] = NULL; execvp(args[0], args); |