]> git.tuebingen.mpg.de Git - paraslash.git/commit
create_argv_offset(): Use arr_zalloc().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 19 Jun 2023 17:56:26 +0000 (19:56 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Sun, 24 Dec 2023 21:37:00 +0000 (22:37 +0100)
commit685698f0adeb1906f14a1b05d976943cba4ca7e3
treec90a7b0539e6e827aef2059128717b4244a640be
parent914ee19c1fd21834fe5f81260daafe76a4475290
create_argv_offset(): Use arr_zalloc().

There is no point in initializing the allocated array manually,
and it does not hurt to initialize also the last element.
string.c