]> git.sur5r.net Git - i3/i3/commit
don't use wordexp.h for tilde expansion
authorChristopher Zimmermann <madroach@pundit.(none)>
Thu, 15 Jul 2010 12:35:17 +0000 (14:35 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 24 Jul 2010 10:23:23 +0000 (12:23 +0200)
commit4d4ce82b35f521ac582add370bdcabe9dbb6d58a
tree7d6dc2603f3b85c68d7d05302f6e28e01305413d
parentca8d775487354447dde2b2c5c8c5c82c230fab43
don't use wordexp.h for tilde expansion

wordexp.h is not supported by OpenBSD. Therefore do tilde expansion only
via glob().
rename glob_path() to resolve_tilde() since it should not do globbing.
include/config.h
src/config.c
src/ipc.c