]> git.tuebingen.mpg.de Git - paraslash.git/commit - play.c
string: Introduce arr_zalloc().
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 27 Oct 2021 18:40:07 +0000 (20:40 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Fri, 29 Jul 2022 17:22:09 +0000 (19:22 +0200)
commit8a9e379465d2f60cec5ff91811db1eb661e4c9e3
tree3162b78245578c7a16ece7e31aeb566e9801ad22
parent27c08870ba172782f6406045007b6ff32a4f7329
string: Introduce arr_zalloc().

Adjust all callers which pass a product of two integers to zalloc()
to call the new function instead and reduce zalloc() to a one-line
wrapper.
fecdec_filter.c
play.c
string.c
string.h
write.c