]> 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>
Sat, 18 May 2024 20:45:17 +0000 (22:45 +0200)
commit750f5fee1c4b3c49489ba327e05a9678347c0e9d
tree9aac37545107313b977c2f9696df34cf98077fb3
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