misc: null-terminate

Make use of this term consistently.

Closes #9527
This commit is contained in:
Daniel Stenberg 2022-09-17 17:32:21 +02:00
parent db02e0e980
commit 307b7543ea
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
19 changed files with 26 additions and 26 deletions

View file

@ -956,7 +956,7 @@ static int dprintf_formatf(
else
*fptr++ = 'f';
*fptr = 0; /* and a final zero termination */
*fptr = 0; /* and a final null-termination */
#ifdef __clang__
#pragma clang diagnostic push