]> 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>
Wed, 20 Mar 2024 23:56:34 +0000 (00:56 +0100)
commit53293c816d0f0e0c2be8bd28920dc185829b0c2e
treebecf72cb1e4f9b3fd1c365435cef41091eef418b
parentff36ec28f8f5f175e16744470f5d2ddb76f20302
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