all repos — openbox @ 2972e2f728aae0ebd4a689628856a8e6d4295bac

openbox fork - make it a bit more like ryudo

Fix spacing from 8f37a97a4cc29d35f6a632ef2f71ac760e301ee5
Dana Jansens danakj@orodu.net
commit

2972e2f728aae0ebd4a689628856a8e6d4295bac

parent

0b6f0942c4e7fe4c1c88c86bc0e52e05a74fa835

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M openbox/actions/execute.copenbox/actions/execute.c

@@ -169,9 +169,9 @@

before = c + 4; /* 4 = strlen("$pid") */ } else if ((c[1] == 'w' || c[1] == 'W') && - (c[2] == 'i' || c[2] == 'I') && - (c[3] == 'd' || c[3] == 'D') && - !g_ascii_isalnum(c[4])) + (c[2] == 'i' || c[2] == 'I') && + (c[3] == 'd' || c[3] == 'D') && + !g_ascii_isalnum(c[4])) { /* found $wid */ gchar *tmp;