]> git.tuebingen.mpg.de Git - paraslash.git/commit
Consolidate EOF error codes.
authorAndre Noll <maan@tuebingen.mpg.de>
Fri, 30 Dec 2022 14:08:59 +0000 (15:08 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Sat, 11 Mar 2023 18:16:46 +0000 (19:16 +0100)
commitb087c1356e3eebf656aa1c783ff7e50c9de5a229
tree10cff6291690124879d36e76cf648e6973819f93
parent77e8ab4134501ec439f1ac7c7e1c418ac597ea48
Consolidate EOF error codes.

Currently we have ~15 error codes which indicate an EOF condition. One
should suffice, so drop all codes except the generic E_EOF and use
that everywhere.
25 files changed:
afh_recv.c
alsa_write.c
amp_filter.c
ao_write.c
audioc.c
buffer_tree.c
client.c
client_common.c
compress_filter.c
error.h
fecdec_filter.c
flacdec_filter.c
interactive.c
mp3dec_filter.c
oggdec_filter.c
opusdec_filter.c
oss_write.c
play.c
resample_filter.c
sched.c
sync_filter.c
udp_recv.c
wav_filter.c
wmadec_filter.c
write.c