pinosaur
/
surf.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cfbcbd
)
typo fix
author
Enno Boland (tox)
<tox@s01.de>
Sat, 17 Oct 2009 18:33:27 +0000
(20:33 +0200)
committer
Enno Boland (tox)
<tox@s01.de>
Sat, 17 Oct 2009 18:33:27 +0000
(20:33 +0200)
surf.c
patch
|
blob
|
history
diff --git
a/surf.c
b/surf.c
index
8b57a85
..
addb887
100644
(file)
--- a/
surf.c
+++ b/
surf.c
@@
-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);
}