Introduction
Introduction Statistics Contact Development Disclaimer Help
ttypo fix - surf - customized build of surf, the suckless webkit browser
git clone git://src.adamsgaard.dk/surf
Log
Files
Refs
README
LICENSE
---
commit ca10af07834c1d12f9536466f0b1fcfba810a6f7
parent 2cfbcbdf71fea8cb842b6b364ba95c7ab243458c
Author: Enno Boland (tox) <[email protected]>
Date: Sat, 17 Oct 2009 20:33:27 +0200
ttypo fix
Diffstat:
M surf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/surf.c b/surf.c
t@@ -751,7 +751,7 @@ spawn(Client *c, const Arg *arg) {
close(ConnectionNumber(dpy));
setsid();
execvp(((char **)arg->v)[0], (char **)arg->v);
- fprintf(stderr, "tabbed: execvp %s", ((char **)arg->v)[0]);
+ fprintf(stderr, "surf: execvp %s", ((char **)arg->v)[0]);
perror(" failed");
exit(0);
}
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.