]> git.tuebingen.mpg.de Git - paraslash.git/commit
Replace get_homedir() by get_confdir().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 20 Mar 2024 16:24:28 +0000 (17:24 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 16 May 2024 23:36:37 +0000 (01:36 +0200)
commite701cc02c1f58bd7e05a187948b2a2688a6d04f5
tree63753f25d063ea4aae055fc5536090cc4f9406b9
parent9f2286ca2fe37031ea297e0c5d326c2f398da309
Replace get_homedir() by get_confdir().

Every single caller of get_homedir() uses the returned string to
create a path below ~/.paraslash, so we might as well return this path,
simplifying the callers.
afs.c
audioc.c
client.c
client_common.c
file_write.c
lsu.c
play.c
server.c
string.c
string.h
upgrade_db.c