Introduction
Introduction Statistics Contact Development Disclaimer Help
Test before commit. Correcting a typo. - tabbed - tab interface for application…
git clone git://git.suckless.org/tabbed
Log
Files
Refs
README
LICENSE
---
commit 2d057ecf17c8cb7a0d72983c17b9c1b176a6bce7
parent 03a03059bf79bb0290f7c7401f77500cc1766fa9
Author: Christoph Lohmann <[email protected]>
Date: Mon, 20 Aug 2012 09:05:45 +0200
Test before commit. Correcting a typo.
Diffstat:
M tabbed.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tabbed.c b/tabbed.c
@@ -785,7 +785,7 @@ spawn(const Arg *arg) {
close(ConnectionNumber(dpy));
setsid();
if(arg && arg->v) {
- execvp(((char **)arg->v)[0], (char **)argv->v);
+ execvp(((char **)arg->v)[0], (char **)arg->v);
fprintf(stderr, "tabbed: execvp %s", ((char **)arg->v)…
} else {
execvp(cmd[0], cmd);
You are viewing proxied material from suckless.org. 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.