]> git.tue.mpg.de Git - paraslash.git/commit
Rename make_message() -> msg().
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 27 Dec 2024 17:24:51 +0000 (18:24 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 8 Jan 2025 17:38:59 +0000 (18:38 +0100)
commitf2a5fc677a898a815d6a0aa65ae03f262d3c81c6
tree76c7b5e468e21fe2ccd502abbcf7eabf5e93bb0a
parentd0dd719527a928d43ce7eb5c9e5a7f0f8e4058fe
Rename make_message() -> msg().

This is quite a bit shorter, reducing line length and improving
readability. Created with

sed -i 's/make_message/msg/g' $(git grep -l make_message)

Unfortunately, we had a few local variables named "msg". These
needed to be renamed manually.
40 files changed:
acl.c
afh.c
afh_recv.c
afs.c
aft.c
alsa_mix.c
ao_write.c
attribute.c
audioc.c
audiod.c
audiod_command.c
check_wav.c
client.c
client_common.c
daemon.c
dccp_send.c
file_write.c
filter_common.c
flac_afh.c
gui.c
http_recv.c
lsu.c
mixer.c
mood.c
mp3_afh.c
net.c
opus_afh.c
oss_mix.c
play.c
playlist.c
sched.c
send_common.c
server.c
spx_afh.c
string.c
string.h
udp_send.c
upgrade_db.c
wma_afh.c
write_common.c